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 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);

Completed in 70 milliseconds