Home
last modified time | relevance | path

Searched refs:UnreachableThen (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
520 bool UnreachableThen = false,
529 bool UnreachableThen = 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()
1696 handleBlock(ThenBlock, UnreachableThen, TrueBlock, ThenToTailEdge); in SplitBlockAndInsertIfThenElse()