Completely remove BB from all loop data structures.
Synopsis
Declared in <llvm/Support/GenericLoopInfo.h>
void
removeBlock(BasicBlock* BB);
Description
Removes it from every Loop it is nested in and from the BasicBlock‐to‐loop mapping.
Parameters
Name |
Description |
BB |
Basic block to remove from loop info. |
Created with MrDocs