HomeSort by relevance Sort by last modified time
    Searched refs:getParentLoop (Results 1 - 21 of 21) sorted by null

  /external/llvm/lib/Analysis/
LoopInfo.cpp 405 while (OuterParent->getParentLoop() != Unloop)
406 OuterParent = OuterParent->getParentLoop();
411 for (Loop *OldParent = Unloop->getParentLoop(); OldParent != OuterParent;
412 OldParent = OldParent->getParentLoop()) {
449 while (Subloop->getParentLoop() != Unloop) {
450 Subloop = Subloop->getParentLoop();
481 assert(L->getParentLoop() == Unloop && "cannot skip into nested loops");
492 L = L->getParentLoop();
524 if (!Unloop->getParentLoop()) {
566 Loop *ParentLoop = Unloop->getParentLoop();
    [all...]
LoopPass.cpp 111 else if (!L->getParentLoop())
118 if (*I == L->getParentLoop()) {
LoopDependenceAnalysis.cpp 140 for (const Loop *L = this->L; L != 0; L = L->getParentLoop())
RegionInfo.cpp 123 while (L && contains(L->getParentLoop())) {
124 L = L->getParentLoop();
ScalarEvolution.cpp     [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 98 LoopT *getParentLoop() const { return ParentLoop; }
106 return contains(L->getParentLoop());
690 assert(L->getParentLoop() == 0 && "Not a top-level loop!");
721 assert(New->getParentLoop() == 0 && "Loop already in subloop!");
731 for (LoopT *L = I->second; L; L = L->getParentLoop())
744 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
841 assert(Child->getParentLoop() == L && "Not proper child loop?");
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 158 if (Loop *ParentLoop = L->getParentLoop())
263 if (Loop *ParentLoop = L->getParentLoop())
338 if (Loop *ParentLoop = L->getParentLoop()) {
BreakCriticalEdges.cpp 325 if (Loop *P = DestLoop->getParentLoop())
BasicBlockUtils.cpp 374 PredLoop = PredLoop->getParentLoop();
LoopSimplify.cpp 585 if (Loop *Parent = L->getParentLoop())
  /external/llvm/lib/CodeGen/
ShrinkWrapping.cpp 108 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()) {
    [all...]
CodePlacementOpt.cpp 366 if (!(*I)->getParentLoop())
MachineLICM.cpp 314 for (MachineLoop *L = CurLoop->getParentLoop(); L; L = L->getParentLoop())
    [all...]
MachineBasicBlock.cpp 743 if (MachineLoop *P = DestLoop->getParentLoop())
    [all...]
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 83 if (L->getParentLoop())
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 237 if (!L->getParentLoop()) {
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 271 if (L->getParentLoop())
LoopUnswitch.cpp 830 Loop *NewLoop = CloneLoop(L, L->getParentLoop(), VMap, LI, LPM);
836 Loop *ParentLoop = L->getParentLoop();
    [all...]
IndVarSimplify.cpp 534 const SCEV *ExitValue = SE->getSCEVAtScope(Inst, L->getParentLoop());
735 L = L->getParentLoop())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 220 milliseconds