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

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 129 /// removeLoop - This removes the specified top-level loop from this loop info
132 inline MachineLoop *removeLoop(iterator I) { return LI.removeLoop(I); }
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 553 /// removeLoop - This removes the specified top-level loop from this loop info
556 LoopT *removeLoop(iterator I) {
692 /// removeLoop - This removes the specified top-level loop from this loop info
695 inline Loop *removeLoop(iterator I) { return LI.removeLoop(I); }

Completed in 79 milliseconds