ΒΆbool isCriticalEdge(
const llvm::Instruction* TI,
unsigned int SuccNum,
bool AllowIdenticalEdges = false)
bool isCriticalEdge(
const llvm::Instruction* TI,
unsigned int SuccNum,
bool AllowIdenticalEdges = false)
Description
Return true if the specified edge is a critical edge. Critical edges are edges from a block with multiple successors to a block with multiple predecessors.
Declared at: llvm/include/llvm/Analysis/CFG.h:47
Parameters
- const llvm::Instruction* TI
- unsigned int SuccNum
- bool AllowIdenticalEdges = false