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 134 /// changeLoopFor - Change the top-level loop that contains BB to the
137 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) {
138 LI.changeLoopFor(BB, L);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 564 /// changeLoopFor - Change the top-level loop that contains BB to the
567 void changeLoopFor(BlockT *BB, LoopT *L) {
697 /// changeLoopFor - Change the top-level loop that contains BB to the
700 inline void changeLoopFor(BasicBlock *BB, Loop *L) {
701 LI.changeLoopFor(BB, L);
LoopInfoImpl.h 366 LI->changeLoopFor(PredBB, L);
  /external/llvm/lib/Analysis/
LoopInfo.cpp 469 LI->changeLoopFor(*POI, NL);
495 LI->changeLoopFor(*POI, NL);
640 LI.changeLoopFor(*I, nullptr);
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 342 LI->changeLoopFor(BB, NewOuter);
    [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp     [all...]

Completed in 357 milliseconds