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

/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h295 /// removeBlockFromLoop - This removes the specified basic block from the
298 void removeBlockFromLoop(BlockT *BB) { function in class:llvm::LoopBase
521 L->removeBlockFromLoop(BB);

Completed in 43 milliseconds