Searched refs:LoopDepth (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | FunctionPropertiesAnalysis.cpp | 51 int64_t LoopDepth; in getFunctionPropertiesInfo() local 52 LoopDepth = LI.getLoopDepth(&BB); in getFunctionPropertiesInfo() 53 if (FPI.MaxLoopDepth < LoopDepth) in getFunctionPropertiesInfo() 54 FPI.MaxLoopDepth = LoopDepth; in getFunctionPropertiesInfo()
|
H A D | LoopCacheAnalysis.cpp | 234 int LoopDepth = L.getLoopDepth(); in hasTemporalReuse() local 246 if (Level != LoopDepth && !CI.isZero()) { in hasTemporalReuse() 251 } else if (Level == LoopDepth && CI.getSExtValue() > MaxDistance) { in hasTemporalReuse()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | 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()
|
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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 777 unsigned LoopDepth = Root.getLoopDepth(); in checkDependencies() local 793 if (!checkDependency(Earlier, Later, LoopDepth, CommonLoopDepth, false, in checkDependencies() 803 LoopDepth, CurLoopDepth, true, DI)) in checkDependencies()
|