Searched refs:LoopDepth (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/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()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 610 unsigned LoopDepth, bool InnerLoop, in checkDependencies() argument 639 if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT) { in checkDependencies() 646 assert(LoopDepth + 1 <= D->getLevels()); in checkDependencies() 647 if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT && in checkDependencies() 648 D->getDirection(LoopDepth + 1) & Dependence::DVEntry::LT) { in checkDependencies() 674 unsigned LoopDepth = L->getLoopDepth(); in checkDependencies() local 675 return checkDependencies(ForeMemInstr, SubLoopMemInstr, LoopDepth, false, in checkDependencies() 677 checkDependencies(ForeMemInstr, AftMemInstr, LoopDepth, false, DI) && in checkDependencies() 678 checkDependencies(SubLoopMemInstr, AftMemInstr, LoopDepth, false, in checkDependencies() 680 checkDependencies(SubLoopMemInstr, SubLoopMemInstr, LoopDepth, true, in checkDependencies()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 345 unsigned LoopDepth = getAdjustedLoopDepth(RN); in orderNodes() local 350 if (LoopDepth < CurrentLoopDepth) { in orderNodes() 368 CurrentLoopDepth = LoopDepth; in orderNodes()
|