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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h131 inline MachineLoop *removeLoop(iterator I) { return LI.removeLoop(I); } function in class:llvm::MachineLoopInfo
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h516 LoopT *removeLoop(iterator I) { function in class:llvm::LoopInfoBase
655 inline Loop *removeLoop(iterator I) { return LI.removeLoop(I); } function in class:llvm::LoopInfo

Completed in 113 milliseconds