computeGlobalPaths(Value value, size_t bitPos, SmallVectorImpl< DataflowPath > &results) | circt::synth::LongestPathAnalysis | private |
computeLocalPaths(Value value, size_t bitPos) | circt::synth::LongestPathAnalysis | private |
ctx | circt::synth::LongestPathAnalysis | private |
getAllPaths(StringAttr moduleName, SmallVectorImpl< DataflowPath > &results, bool elaboratePaths=false) const | circt::synth::LongestPathAnalysis | private |
getAverageMaxDelay(Value value) | circt::synth::IncrementalLongestPathAnalysis | |
getClosedPaths(StringAttr moduleName, SmallVectorImpl< DataflowPath > &results, bool elaboratePaths=false) const | circt::synth::LongestPathAnalysis | private |
getContext() const | circt::synth::LongestPathAnalysis | inlineprivate |
getMaxDelay(Value value, int64_t bitPos=-1) | circt::synth::IncrementalLongestPathAnalysis | |
getOpenPathsFromInputPortsToInternal(StringAttr moduleName, SmallVectorImpl< DataflowPath > &results) const | circt::synth::LongestPathAnalysis | private |
getOpenPathsFromInternalToOutputPorts(StringAttr moduleName, SmallVectorImpl< DataflowPath > &results) const | circt::synth::LongestPathAnalysis | private |
getTopModules() const | circt::synth::LongestPathAnalysis | private |
impl | circt::synth::LongestPathAnalysis | private |
IncrementalLongestPathAnalysis(Operation *moduleOp, mlir::AnalysisManager &am) | circt::synth::IncrementalLongestPathAnalysis | inline |
IncrementalLongestPathAnalysis(Operation *moduleOp, mlir::AnalysisManager &am, const LongestPathAnalysisOptions &option) | circt::synth::IncrementalLongestPathAnalysis | inline |
isAnalysisAvailable(StringAttr moduleName) const | circt::synth::LongestPathAnalysis | private |
isAnalysisValid | circt::synth::LongestPathAnalysis | private |
isOperationValidToMutate(Operation *op) const | circt::synth::IncrementalLongestPathAnalysis | |
LongestPathAnalysis(Operation *moduleOp, mlir::AnalysisManager &am, const LongestPathAnalysisOptions &option={}) | circt::synth::LongestPathAnalysis | private |
notifyOperationErased(Operation *op) override | circt::synth::IncrementalLongestPathAnalysis | |
notifyOperationModified(Operation *op) override | circt::synth::IncrementalLongestPathAnalysis | |
notifyOperationReplaced(Operation *op, ValueRange replacement) override | circt::synth::IncrementalLongestPathAnalysis | |
~LongestPathAnalysis() | circt::synth::LongestPathAnalysis | private |