HomeSort by relevance Sort by last modified time
    Searched refs:getLoopFor (Results 26 - 39 of 39) sorted by null

12

  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 683 if (MachineLoop *ExitLoop = MLI->getLoopFor(*SI)) {
    [all...]
MachineBasicBlock.cpp 922 if (MachineLoop *TIL = MLI->getLoopFor(this)) {
925 if (MachineLoop *DestLoop = MLI->getLoopFor(Succ)) {
    [all...]
MachineLICM.cpp 511 const MachineLoop *ML = MLI->getLoopFor(BB);
705 const MachineLoop *ML = MLI->getLoopFor(BB);
    [all...]
SplitKit.cpp 685 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB);
693 const MachineLoop *Loop = Loops.getLoopFor(MBB);
    [all...]
ShrinkWrapping.cpp 441 if (MachineLoop* LP = LI.getLoopFor(MBB)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 880 LoopT *loopRep = loopInfo->getLoopFor(curBlk);
925 LoopT *loopRep = loopInfo->getLoopFor(curBlk);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 183 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
555 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
580 while (const Loop *L = SE.LI->getLoopFor(Builder.GetInsertBlock())) {
647 return Pair.first->second = SE.LI->getLoopFor(I->getParent());
    [all...]
BranchProbabilityInfo.cpp 307 Loop *L = LI->getLoopFor(BB);
RegionInfo.cpp 164 Loop *L = LI->getLoopFor(BB);
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 691 if (LI.getLoopFor(*BI) != CurLoop)
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 255 milliseconds

12