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

1 2 34 5 6 7

  /external/llvm/lib/CodeGen/
MachineSink.cpp 417 if (LI->getLoopFor(FromBB) == LI->getLoopFor(ToBB) &&
PHIElimination.cpp 553 const MachineLoop *CurLoop = MLI ? MLI->getLoopFor(&MBB) : nullptr;
570 const MachineLoop *PreLoop = MLI ? MLI->getLoopFor(PreMBB) : nullptr;
MachineCombiner.cpp 361 const MachineLoop *ML = MLI->getLoopFor(MBB);
  /external/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 273 auto *GuardInstLoop = LI.getLoopFor(GuardInst->getParent());
279 auto *CurLoop = LI.getLoopFor(CurBB);
LoopVersioningLICM.cpp 528 if (LI->getLoopFor(Block) == L) // Ignore blocks in subloop.
StructurizeCFG.cpp 313 Loop *Loop = LI->getLoopFor(BB);
335 if (LI->getLoopFor(LoopBB) == CurrentLoop) {
342 CurrentLoop = LI->getLoopFor(BB);
IndVarSimplify.cpp 211 auto *L = LI->getLoopFor(DefI->getParent());
212 assert(!L || L->contains(LI->getLoopFor(InsertPt->getParent())));
215 if (LI->getLoopFor(DTN->getBlock()) == L)
551 if (LI->getLoopFor(PN->getIncomingBlock(i)) != L)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LICM.cpp 134 return LI->getLoopFor(BB) != CurLoop;
226 if (LI->getLoopFor(BB) == L) // Ignore blocks in subloops.
IndVarSimplify.cpp 540 if (LI->getLoopFor(PN->getIncomingBlock(i)) != L)
824 L(LI->getLoopFor(OrigPhi->getParent())),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PHIElimination.cpp 566 const MachineLoop *CurLoop = MLI ? MLI->getLoopFor(&MBB) : nullptr;
583 const MachineLoop *PreLoop = MLI ? MLI->getLoopFor(PreMBB) : nullptr;
CalcSpillWeights.cpp 249 loop = Loops.getLoopFor(mbb);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 276 auto *GuardInstLoop = LI.getLoopFor(GuardInst->getParent());
284 auto *CurLoop = LI.getLoopFor(CurBB);
LoopSink.cpp 188 if (!L.contains(LI.getLoopFor(UI->getParent())))
IndVarSimplify.cpp 252 auto *L = LI->getLoopFor(DefI->getParent());
253 assert(!L || L->contains(LI->getLoopFor(InsertPt->getParent())));
256 if (LI->getLoopFor(DTN->getBlock()) == L)
597 if (LI->getLoopFor(PN->getIncomingBlock(i)) != L)
    [all...]
LICM.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
VPlan.cpp 173 Loop *L = State->LI->getLoopFor(State->CFG.LastBB);
303 Loop *L = State->LI->getLoopFor(VectorHeaderBB);
  /external/llvm/unittests/Analysis/
UnrollAnalyzer.cpp 34 Loop *L = LI->getLoopFor(Header);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
UnrollAnalyzer.cpp 34 Loop *L = LI->getLoopFor(Header);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 207 auto *TargetLoop = LI.getLoopFor(ExitBlock);
324 auto *TargetLoop = LI.getLoopFor(TargetBlock);
417 Loop *ParentLoop = LI.getLoopFor(BB);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp 157 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
527 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
552 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
633 return Pair.first->second = SE.LI->getLoopFor(I->getParent());
    [all...]
ProfileEstimatorPass.cpp 126 Loop* BBLoop = LI->getLoopFor(BB);
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 202 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) {
529 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) {
549 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) {
607 return Pair.first->second = SE.LI.getLoopFor(I->getParent());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 215 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) {
542 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) {
562 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) {
625 return Pair.first->second = SE.LI.getLoopFor(I->getParent());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
SampleProfile.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 357 MachineLoop *LoopRep = MLI->getLoopFor(MBB);
372 MachineLoop *LoopRep = MLI->getLoopFor(MBB);
    [all...]

Completed in 3616 milliseconds

1 2 34 5 6 7