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 444 LI->changeLoopFor(*POI, NL);
470 LI->changeLoopFor(*POI, NL);
618 LI.changeLoopFor(*I, 0);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 710 /// changeLoopFor - Change the top-level loop that contains BB to the
713 void changeLoopFor(BlockT *BB, LoopT *L) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 616 LI->changeLoopFor(BB, NewOuter);

Completed in 48 milliseconds