Searched refs:LoopDepth (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86CmovConversion.cpp | 402 DepthInfo LoopDepth[LoopIterations] = {{0, 0}, {0, 0}}; in checkForProfitableCmovCandidates() local 440 for (DepthInfo &MaxDepth : LoopDepth) { in checkForProfitableCmovCandidates() 487 unsigned Diff[LoopIterations] = {LoopDepth[0].Depth - LoopDepth[0].OptDepth, in checkForProfitableCmovCandidates() 488 LoopDepth[1].Depth - LoopDepth[1].OptDepth}; in checkForProfitableCmovCandidates() 522 WorthOptLoop = Diff[0] * 8 >= LoopDepth[0].Depth; in checkForProfitableCmovCandidates() 525 (Diff[1] - Diff[0]) * 2 >= (LoopDepth[1].Depth - LoopDepth[0].Depth) && in checkForProfitableCmovCandidates() 526 (Diff[1] * 8 >= LoopDepth[1].Depth); in checkForProfitableCmovCandidates()
|
| H A D | X86LoadValueInjectionLoadHardening.cpp | 501 unsigned LoopDepth = MLI.getLoopDepth(MBB); in getGadgetGraph() local 515 Builder.addEdge(LoopDepth, GI, Ref->getSecond()); in getGadgetGraph() 525 Builder.addEdge(LoopDepth, GI, EndBB.first); in getGadgetGraph() 530 TraverseCFG(Succ, GI, LoopDepth); in getGadgetGraph()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LoopCacheAnalysis.cpp | 242 int LoopDepth = L.getLoopDepth(); in hasTemporalReuse() local 254 if (Level != LoopDepth && !CI.isZero()) { in hasTemporalReuse() 259 } else if (Level == LoopDepth && CI.getSExtValue() > MaxDistance) { in hasTemporalReuse()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 767 unsigned LoopDepth = Root.getLoopDepth(); in checkDependencies() local 783 if (!checkDependency(Earlier, Later, LoopDepth, CommonLoopDepth, false, in checkDependencies() 793 LoopDepth, CurLoopDepth, true, DI)) in checkDependencies()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 576 unsigned LoopDepth = LI.getLoopDepth(I->getParent()); in getUserBonus() local 577 Cost *= std::pow((double)AvgLoopIterationCount, LoopDepth); in getUserBonus()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | SelectOptimize.cpp | 190 bool checkLoopHeuristics(const Loop *L, const CostInfo LoopDepth[2]);
|