Home
last modified time | relevance | path

Searched refs:RootDepth (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp382 unsigned RootDepth = BlockTrace.getInstrCycles(*Root).Depth; in improvesCriticalPathLen() local
385 << NewRootDepth << "\tRootDepth: " << RootDepth); in improvesCriticalPathLen()
394 LLVM_DEBUG(NewRootDepth < RootDepth in improvesCriticalPathLen()
397 return NewRootDepth < RootDepth; in improvesCriticalPathLen()
412 RootDepth + RootLatency + (SlackIsAccurate ? RootSlack : 0); in improvesCriticalPathLen()
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp419 struct RootDepth { in buildCostGraph() struct
426 llvm::MapVector<Value, SmallVector<RootDepth, 1>> connectorsRootsDepths; in buildCostGraph()
481 ArrayRef<RootDepth> rootsDepths = connectorRootsDepths.second; in buildCostGraph()
487 for (const RootDepth &p : rootsDepths) { in buildCostGraph()
488 for (const RootDepth &q : rootsDepths) { in buildCostGraph()