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

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

Completed in 48 milliseconds