HomeSort by relevance Sort by last modified time
    Searched refs:getLoopFor (Results 51 - 75 of 174) sorted by null

1 23 4 5 6 7

  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 713 const Loop *SrcLoop = LI->getLoopFor(SrcBlock);
714 const Loop *DstLoop = LI->getLoopFor(DstBlock);
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 261 if (Loop *L = LI->getLoopFor(Old))
290 Loop *L = LI->getLoopFor(OldBB);
300 if (Loop *PL = LI->getLoopFor(Pred))
325 if (Loop *PredLoop = LI->getLoopFor(Pred)) {
649 Loop *L = LI->getLoopFor(Head);
SimplifyIndVar.cpp 165 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent());
283 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent());
672 SimplifyIndvar SIV(LI->getLoopFor(CurrIV->getParent()), SE, DT, LI, Dead);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 314 if (Loop *L = LI->getLoopFor(Old))
351 Loop *L = LI->getLoopFor(OldBB);
367 if (Loop *PL = LI->getLoopFor(Pred))
392 if (Loop *PredLoop = LI->getLoopFor(Pred)) {
718 if (Loop *L = LI->getLoopFor(Head)) {
LoopUnroll.cpp 169 if (LI->getLoopFor(BB) == L)
174 Loop *DefLoop = LI->getLoopFor(Def->getParent());
194 const Loop *OldLoop = LI->getLoopFor(OriginalBB);
612 assert((*BB != Header || LI->getLoopFor(*BB) == L) &&
    [all...]
SimplifyIndVar.cpp 178 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent());
248 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent());
288 const Loop *L = LI->getLoopFor(SDiv->getParent());
360 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent());
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 360 LoopT *Subloop = LI->getLoopFor(PredBB);
396 if (LI->getLoopFor(*PI) != Subloop)
434 LoopT *Subloop = LI->getLoopFor(Block);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopInfoImpl.h 445 LoopT *Subloop = LI->getLoopFor(PredBB);
478 if (LI->getLoopFor(Pred) != Subloop)
515 LoopT *Subloop = LI->getLoopFor(Block);
LoopIterator.h 233 if (!DFS.L->contains(LI->getLoopFor(BB)))
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 333 llvm::Loop *L = LI->getLoopFor(BB);
351 llvm::Loop *L = LI->getLoopFor(BB);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BranchProbabilityInfo.cpp 262 Loop *L = LI->getLoopFor(BB);
274 Loop *SuccL = LI->getLoopFor(Succ);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineSink.cpp 325 if (LI->getLoopFor(FromBB) == LI->getLoopFor(ToBB) &&
PHIElimination.cpp 426 !(MLI->getLoopFor(PreMBB) == MLI->getLoopFor(&MBB) &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 331 llvm::Loop *L = LI->getLoopFor(BB);
358 llvm::Loop *L = LI->getLoopFor(BB);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 129 MachineLoop *HeaderLoop = MLI.getLoopFor(Header);
179 MachineLoop *Loop = MLI.getLoopFor(&MBB);
WebAssemblyFixIrreducibleControlFlow.cpp 162 MachineLoop *InnerLoop = MLI.getLoopFor(Next);
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 166 loop = Loops.getLoopFor(mbb);
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 208 MachineLoop *L = MLI->getLoopFor(SB);
245 if (MLI->getLoopFor(T1B) != L || MLI->getLoopFor(T2B) != L)
575 if (MLI->getLoopFor(B) != L)
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFixIrreducibleControlFlow.cpp 159 MachineLoop *InnerLoop = MLI.getLoopFor(Next);
  /external/llvm/lib/Target/X86/
X86FixupBWInsts.cpp 289 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) {
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 633 if (Loop *OLoop = LI->getLoopFor(OInst->getParent()))
776 if (Loop *L = LI.getLoopFor(I->getParent()))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnswitch.cpp 473 if (LI->getLoopFor(*I) == L)
646 if (Loop *ExitBBLoop = LI->getLoopFor(ExitBlocks[i]))
769 if (Loop *L = LI->getLoopFor(BB))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 346 const MachineLoop *getLoopFor(const MachineBasicBlock*) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp 728 const Loop *SrcLoop = LI->getLoopFor(SrcBlock);
729 const Loop *DstLoop = LI->getLoopFor(DstBlock);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FixupBWInsts.cpp 341 if (MachineLoop *ML = MLI->getLoopFor(&MBB))

Completed in 2818 milliseconds

1 23 4 5 6 7