Return true if BB is a loop header.
Synopsis
Declared in <llvm/Support/GenericLoopInfo.h>
bool
isLoopHeader(BasicBlock const* BB) const;
Return Value
True if BB is a loop header.
Parameters
Name |
Description |
BB |
Basic block to test. |
Created with MrDocs