Searched refs:removeLoop (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h129 /// removeLoop - This removes the specified top-level loop from this loop info
132 inline MachineLoop *removeLoop(iterator I) { return LI.removeLoop(I); } function in class:llvm::MachineLoopInfo
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h553 /// removeLoop - This removes the specified top-level loop from this loop info
556 LoopT *removeLoop(iterator I) { function in class:llvm::LoopInfoBase
692 /// removeLoop - This removes the specified top-level loop from this loop info
695 inline Loop *removeLoop(iterator I) { return LI.removeLoop(I); } function in class:llvm::LoopInfo
/external/llvm/lib/Analysis/
H A DLoopInfo.cpp647 LI.removeLoop(I);

Completed in 848 milliseconds