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

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 133 /// changeLoopFor - Change the top-level loop that contains BB to the
136 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) {
137 LI.changeLoopFor(BB, L);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 510 /// changeLoopFor - Change the top-level loop that contains BB to the
513 void changeLoopFor(BlockT *BB, LoopT *L) {
643 /// changeLoopFor - Change the top-level loop that contains BB to the
646 inline void changeLoopFor(BasicBlock *BB, Loop *L) {
647 LI.changeLoopFor(BB, L);
LoopInfoImpl.h 385 LI->changeLoopFor(PredBB, L);
  /external/llvm/lib/Analysis/
LoopInfo.cpp 483 LI->changeLoopFor(*POI, NL);
509 LI->changeLoopFor(*POI, NL);
654 LI.changeLoopFor(*I, 0);
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 638 LI->changeLoopFor(BB, NewOuter);
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp     [all...]

Completed in 143 milliseconds