Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h510 /// If \p UnreachableThen or \p UnreachableElse is true, the corresponding newly
521 bool UnreachableElse = false,
530 bool UnreachableElse = false,
535 ElseBlock, UnreachableThen, UnreachableElse, BranchWeights, DTU, LI);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1651 BasicBlock **ElseBlock, bool UnreachableThen, bool UnreachableElse, in SplitBlockAndInsertIfThenElse() argument
1655 assert((!UnreachableThen || !UnreachableElse) && in SplitBlockAndInsertIfThenElse()
1697 handleBlock(ElseBlock, UnreachableElse, FalseBlock, ElseToTailEdge); in SplitBlockAndInsertIfThenElse()