Searched refs:getLoopFor (Results 51 - 75 of 88) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1157 bool IsInSameLoop = LI->getLoopFor(BB1) == LI->getLoopFor(BB2);
1486 Loop *L = LI->getLoopFor(BB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1334 if (LI->getLoopFor(PN->getIncomingBlock(i)) != L)
1415 if (auto *EVL = LI->getLoopFor(ExitInsn->getParent()))
1554 if (LI->getLoopFor(*I) == L)
H A DLoopRotationUtils.cpp539 Loop *PredLoop = LI->getLoopFor(ExitPred);
H A DLoopUnrollPeel.cpp516 if (ParentLoop && LI->getLoopFor(*BB) == L)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1766 auto *LoopVectorLatch = LI->getLoopFor(LoopVectorBody)->getLoopLatch();
2888 LI->getLoopFor(LoopVectorBody) == LI->getLoopFor(InsertBB))
3515 getOrCreateVectorTripCount(LI->getLoopFor(LoopVectorBody)),
3534 setProfileInfoAfterUnrolling(LI->getLoopFor(LoopScalarBody),
3535 LI->getLoopFor(LoopVectorBody),
3536 LI->getLoopFor(LoopScalarBody), VF * UF);
3643 if (LI->getLoopFor(LoopVectorBody)->isLoopInvariant(PreviousLastPart))
3683 VecPhi->addIncoming(Incoming, LI->getLoopFor(LoopVectorBody)->getLoopLatch());
3806 ->addIncoming(Val, LI->getLoopFor(LoopVectorBod
[all...]
H A DVPlan.h1816 const VPLoop *FromLoop = VPLI->getLoopFor(FromBlock);
1817 const VPLoop *ToLoop = VPLI->getLoopFor(ToBlock);
1828 if (const VPLoop *ParentVPL = VPLInfo->getLoopFor(Block))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp416 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB))
1066 ML = MLI->getLoopFor(IBB);
1095 if (ML != MLI->getLoopFor(PBB))
H A DMachineCombiner.cpp516 const MachineLoop *ML = MLI->getLoopFor(MBB);
H A DMachineBasicBlock.cpp1105 if (MachineLoop *TIL = MLI->getLoopFor(this)) {
1108 if (MachineLoop *DestLoop = MLI->getLoopFor(Succ)) {
H A DMachineLICM.cpp541 const MachineLoop *ML = MLI->getLoopFor(BB);
731 const MachineLoop *ML = MLI->getLoopFor(BB);
H A DMachineBlockPlacement.cpp2181 if (MachineLoop *ExitLoop = MLI->getLoopFor(Succ)) {
2851 MachineLoop *L = MLI->getLoopFor(ChainBB);
H A DSplitKit.cpp906 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB);
914 const MachineLoop *Loop = Loops.getLoopFor(MBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1384 if (Loop *OLoop = LI->getLoopFor(OInst->getParent()))
1721 if (Loop *L = LI.getLoopFor(I->getParent()))
2128 if (LI->getLoopFor(BB) == L)
2241 return LI->getLoopFor(BB) != CurLoop;
H A DLoopFuse.cpp1290 if (LI.getLoopFor(BB) != FC1.L)
1565 if (LI.getLoopFor(BB) != FC1.L)
H A DSeparateConstOffsetFromGEP.cpp838 Loop *L = LI->getLoopFor(Variadic->getParent());
H A DLoopUnswitch.cpp1287 if (Loop *ExitBBLoop = LI->getLoopFor(ExitBlocks[EBI]))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp328 if (Loop *L = LI.getLoopFor(BB)) {
H A DBranchProbabilityInfo.cpp659 Loop *L = LI.getLoopFor(BB);
H A DTargetTransformInfo.cpp178 if (!IsNestingLegal && LI.getLoopFor(BB) != L && !ForceNestedLoop)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2173 Loop *ParentL = LF->getLoopFor(Preheader);
2343 if (LF->getLoopFor(UseB) != L)
2399 if (LF->getLoopFor(BB) != L)
H A DHexagonVLIWPacketizer.cpp1898 if (MLI->getLoopFor(OldBB) != MLI->getLoopFor(ThisBB))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp422 if (LI.getLoopFor(PMBB) != LI.getLoopFor(&MBB)) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h158 LoopT *L = LI->getLoopFor(BB);
H A DBlockFrequencyInfoImpl.h1183 const LoopT *Loop = LI->getLoopFor(RPOT[Index]);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp387 MachineLoop *Loop = MLI.getLoopFor(&MBB);

Completed in 457 milliseconds

1234