Searched refs:LoopDepth (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp387 DepthInfo LoopDepth[LoopIterations] = {{0, 0}, {0, 0}}; local
426 DepthInfo &MaxDepth = LoopDepth[I];
473 unsigned Diff[LoopIterations] = {LoopDepth[0].Depth - LoopDepth[0].OptDepth,
474 LoopDepth[1].Depth - LoopDepth[1].OptDepth};
508 WorthOptLoop = Diff[0] * 8 >= LoopDepth[0].Depth;
511 (Diff[1] - Diff[0]) * 2 >= (LoopDepth[1].Depth - LoopDepth[0].Depth) &&
512 (Diff[1] * 8 >= LoopDepth[
[all...]
H A DX86LoadValueInjectionLoadHardening.cpp501 unsigned LoopDepth = MLI.getLoopDepth(MBB);
515 Builder.addEdge(LoopDepth, GI, Ref->getSecond());
525 Builder.addEdge(LoopDepth, GI, EndBB.first);
530 TraverseCFG(Succ, GI, LoopDepth);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp230 int LoopDepth = L.getLoopDepth();
242 if (Level != LoopDepth && !CI.isZero()) {
247 } else if (Level == LoopDepth && CI.getSExtValue() > MaxDistance) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp779 unsigned LoopDepth = Root.getLoopDepth(); local
795 if (!checkDependency(Earlier, Later, LoopDepth, CommonLoopDepth, false,
805 LoopDepth, CurLoopDepth, true, DI))

Completed in 122 milliseconds