Home
last modified time | relevance | path

Searched refs:AllowIdenticalEdges (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp96 bool AllowIdenticalEdges) { in isCriticalEdge() argument
98 return isCriticalEdge(TI, TI->getSuccessor(SuccNum), AllowIdenticalEdges); in isCriticalEdge()
102 bool AllowIdenticalEdges) { in isCriticalEdge() argument
115 if (!AllowIdenticalEdges) in isCriticalEdge()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFG.h50 bool AllowIdenticalEdges = false);
52 bool AllowIdenticalEdges = false);