Searched refs:LoopDepth (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86CmovConversion.cpp | 387 DepthInfo LoopDepth[LoopIterations] = {{0, 0}, {0, 0}}; in checkForProfitableCmovCandidates() local 426 DepthInfo &MaxDepth = LoopDepth[I]; in checkForProfitableCmovCandidates() 473 unsigned Diff[LoopIterations] = {LoopDepth[0].Depth - LoopDepth[0].OptDepth, in checkForProfitableCmovCandidates() 474 LoopDepth[1].Depth - LoopDepth[1].OptDepth}; in checkForProfitableCmovCandidates() 508 WorthOptLoop = Diff[0] * 8 >= LoopDepth[0].Depth; in checkForProfitableCmovCandidates() 511 (Diff[1] - Diff[0]) * 2 >= (LoopDepth[1].Depth - LoopDepth[0].Depth) && in checkForProfitableCmovCandidates() 512 (Diff[1] * 8 >= LoopDepth[1].Depth); in checkForProfitableCmovCandidates()
|
| HD | 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()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | LoopUnrollAndJam.cpp | 614 unsigned LoopDepth, bool InnerLoop, in checkDependencies() argument 643 if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT) { in checkDependencies() 650 assert(LoopDepth + 1 <= D->getLevels()); in checkDependencies() 651 if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT && in checkDependencies() 652 D->getDirection(LoopDepth + 1) & Dependence::DVEntry::LT) { in checkDependencies() 678 unsigned LoopDepth = L->getLoopDepth(); in checkDependencies() local 679 return checkDependencies(ForeMemInstr, SubLoopMemInstr, LoopDepth, false, in checkDependencies() 681 checkDependencies(ForeMemInstr, AftMemInstr, LoopDepth, false, DI) && in checkDependencies() 682 checkDependencies(SubLoopMemInstr, AftMemInstr, LoopDepth, false, in checkDependencies() 684 checkDependencies(SubLoopMemInstr, SubLoopMemInstr, LoopDepth, true, in checkDependencies()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | LoopCacheAnalysis.cpp | 225 int LoopDepth = L.getLoopDepth(); in hasTemporalReuse() local 237 if (Level != LoopDepth && !CI.isZero()) { in hasTemporalReuse() 242 } else if (Level == LoopDepth && CI.getSExtValue() > MaxDistance) { in hasTemporalReuse()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | StructurizeCFG.cpp | 351 unsigned LoopDepth = getAdjustedLoopDepth(RN); in orderNodes() local 356 if (LoopDepth < CurrentLoopDepth) { in orderNodes() 374 CurrentLoopDepth = LoopDepth; in orderNodes()
|