HomeSort by relevance Sort by last modified time
    Searched defs:changeLoopFor (Results 1 - 2 of 2) 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 493 /// changeLoopFor - Change the top-level loop that contains BB to the
496 void changeLoopFor(BlockT *BB, LoopT *L) {
626 /// changeLoopFor - Change the top-level loop that contains BB to the
629 inline void changeLoopFor(BasicBlock *BB, Loop *L) {
630 LI.changeLoopFor(BB, L);

Completed in 49 milliseconds