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

/external/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h128 /// removeLoop - This removes the specified top-level loop from this loop info
131 inline MachineLoop *removeLoop(iterator I) { return LI.removeLoop(I); } function in class:llvm::MachineLoopInfo
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h473 /// removeLoop - This removes the specified top-level loop from this loop info
476 LoopT *removeLoop(iterator I) { function in class:llvm::LoopInfoBase
612 /// removeLoop - This removes the specified top-level loop from this loop info
615 inline Loop *removeLoop(iterator I) { return LI.removeLoop(I); } function in class:llvm::LoopInfo
/external/llvm/lib/Analysis/
H A DLoopInfo.cpp548 LI.removeLoop(I);

Completed in 142 milliseconds