HomeSort by relevance Sort by last modified time
    Searched refs:removeLoop (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 128 /// removeLoop - This removes the specified top-level loop from this loop info
131 inline MachineLoop *removeLoop(iterator I) { return LI.removeLoop(I); }
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 482 /// removeLoop - This removes the specified top-level loop from this loop info
485 LoopT *removeLoop(iterator I) {
621 /// removeLoop - This removes the specified top-level loop from this loop info
624 inline Loop *removeLoop(iterator I) { return LI.removeLoop(I); }
  /external/llvm/lib/Analysis/
LoopInfo.cpp 610 LI.removeLoop(I);

Completed in 53 milliseconds