Searched defs:changeLoopFor (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h133 /// changeLoopFor - Change the top-level loop that contains BB to the
136 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) { function in class:llvm::MachineLoopInfo
137 LI.changeLoopFor(BB, L);
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h484 /// changeLoopFor - Change the top-level loop that contains BB to the
487 void changeLoopFor(BlockT *BB, LoopT *L) { function in class:llvm::LoopInfoBase
617 /// changeLoopFor - Change the top-level loop that contains BB to the
620 inline void changeLoopFor(BasicBlock *BB, Loop *L) { function in class:llvm::LoopInfo
621 LI.changeLoopFor(BB, L);

Completed in 74 milliseconds