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

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 121 /// changeLoopFor - Change the top-level loop that contains BB to the
124 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) {
125 LI.changeLoopFor(BB, L);
  /external/llvm/lib/Analysis/
LoopInfo.cpp 363 LI->changeLoopFor(*POI, NL);
389 LI->changeLoopFor(*POI, NL);
535 LI.changeLoopFor(*I, 0);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 695 /// changeLoopFor - Change the top-level loop that contains BB to the
698 void changeLoopFor(BlockT *BB, LoopT *L) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 630 LI->changeLoopFor(BB, NewOuter);

Completed in 155 milliseconds