Searched refs:AllowUnreachable (Results 1 – 2 of 2) sorted by relevance
463 bool isValidCFG(BasicBlock &BB, bool IsLoopBranch, bool AllowUnreachable,
637 bool AllowUnreachable, in isValidCFG() argument643 if (AllowUnreachable && isa<UnreachableInst>(TI)) in isValidCFG()