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

/external/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h134 /// changeLoopFor - Change the top-level loop that contains BB to the
137 inline void changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) { function in class:llvm::MachineLoopInfo
138 LI.changeLoopFor(BB, L);
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h564 /// changeLoopFor - Change the top-level loop that contains BB to the
567 void changeLoopFor(BlockT *BB, LoopT *L) { function in class:llvm::LoopInfoBase
697 /// changeLoopFor - Change the top-level loop that contains BB to the
700 inline void changeLoopFor(BasicBlock *BB, Loop *L) { function in class:llvm::LoopInfo
701 LI.changeLoopFor(BB, L);

Completed in 273 milliseconds