Searched refs:UnreachableElse (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | BasicBlockUtils.h | 523 bool UnreachableElse = false, MDNode *BranchWeights = nullptr, 530 bool UnreachableElse = false, 535 ElseBlock, UnreachableThen, UnreachableElse, BranchWeights, DTU, LI);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BasicBlockUtils.cpp | 1511 BasicBlock **ElseBlock, bool UnreachableThen, bool UnreachableElse, in SplitBlockAndInsertIfThenElse() argument 1515 assert((!UnreachableThen || !UnreachableElse) && in SplitBlockAndInsertIfThenElse() 1557 handleBlock(ElseBlock, UnreachableElse, FalseBlock, ElseToTailEdge); in SplitBlockAndInsertIfThenElse()
|