Searched refs:getParentLoop (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DLoopInfo.cpp412 while (OuterParent->getParentLoop() != Unloop)
413 OuterParent = OuterParent->getParentLoop();
418 for (Loop *OldParent = Unloop->getParentLoop(); OldParent != OuterParent;
419 OldParent = OldParent->getParentLoop()) {
456 while (Subloop->getParentLoop() != Unloop) {
457 Subloop = Subloop->getParentLoop();
487 assert(L->getParentLoop() == Unloop && "cannot skip into nested loops");
498 L = L->getParentLoop();
530 if (!Unloop->getParentLoop()) {
572 Loop *ParentLoop = Unloop->getParentLoop();
[all...]
H A DLoopPass.cpp111 else if (!L->getParentLoop())
118 if (*I == L->getParentLoop()) {
H A DLoopDependenceAnalysis.cpp140 for (const Loop *L = this->L; L != 0; L = L->getParentLoop())
H A DRegionInfo.cpp123 while (L && contains(L->getParentLoop())) {
124 L = L->getParentLoop();
H A DScalarEvolution.cpp5095 if (LI && LI->getParentLoop() == L) // Looking for loop exit value.
5473 const SCEV *Start = getSCEVAtScope(AddRec->getStart(), L->getParentLoop());
5474 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop());
6704 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop());
H A DScalarEvolutionExpander.cpp1500 L = L->getParentLoop())
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DLoopInfo.h97 LoopT *getParentLoop() const { return ParentLoop; } function in class:llvm::LoopBase
108 return contains(L->getParentLoop());
478 assert(L->getParentLoop() == 0 && "Not a top-level loop!");
509 assert(New->getParentLoop() == 0 && "Loop already in subloop!");
519 for (LoopT *L = I->second; L; L = L->getParentLoop())
532 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
H A DLoopInfoImpl.h213 L = L->getParentLoop();
395 while (LoopT *Parent = Subloop->getParentLoop())
484 if (Subloop->getParentLoop())
485 Subloop->getParentLoop()->getSubLoopsVector().push_back(Subloop);
496 Subloop = Subloop->getParentLoop();
498 for (; Subloop; Subloop = Subloop->getParentLoop())
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp158 if (Loop *ParentLoop = L->getParentLoop())
265 if (Loop *ParentLoop = L->getParentLoop())
340 if (Loop *ParentLoop = L->getParentLoop()) {
H A DBreakCriticalEdges.cpp331 if (Loop *P = DestLoop->getParentLoop())
H A DBasicBlockUtils.cpp374 PredLoop = PredLoop->getParentLoop();
H A DLoopSimplify.cpp585 if (Loop *Parent = L->getParentLoop())
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DShrinkWrapping.cpp108 MachineLoop* PLP = LP->getParentLoop();
111 PLP = PLP->getParentLoop();
119 MachineLoop* PLP = LP->getParentLoop();
122 PLP = PLP->getParentLoop();
458 for (MachineLoop* PLP = LP->getParentLoop(); PLP;
459 PLP = PLP->getParentLoop()) {
H A DCodePlacementOpt.cpp366 if (!(*I)->getParentLoop())
H A DMachineLICM.cpp314 for (MachineLoop *L = CurLoop->getParentLoop(); L; L = L->getParentLoop())
H A DMachineBasicBlock.cpp781 if (MachineLoop *P = DestLoop->getParentLoop())
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DLoopExtractor.cpp83 if (L->getParentLoop())
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp237 if (!L->getParentLoop()) {
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp215 if (!L->getParentLoop()) {
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLICM.cpp288 if (L->getParentLoop())
H A DLoopUnswitch.cpp820 Loop *NewLoop = CloneLoop(L, L->getParentLoop(), VMap, LI, LPM);
826 Loop *ParentLoop = L->getParentLoop();
H A DIndVarSimplify.cpp536 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop());
739 L = L->getParentLoop())
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2009 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber);
2056 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber());

Completed in 316 milliseconds