Searched refs:RootDepth (Results 1 – 2 of 2) sorted by relevance
382 unsigned RootDepth = BlockTrace.getInstrCycles(*Root).Depth; in improvesCriticalPathLen() local385 << 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()
419 struct RootDepth { in buildCostGraph() struct426 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()