ΒΆ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:49

Parameters

const llvm::Instruction* TI
unsigned int SuccNum
bool AllowIdenticalEdges = false