Searched refs:GuardPredicates (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 1645 BasicBlock *FirstGuardBlock, BBPredicates &GuardPredicates, in convertToGuardPredicates() argument 1660 GuardPredicates[Out] = Phi; in convertToGuardPredicates() 1680 auto Phi = GuardPredicates[Out]; in convertToGuardPredicates() 1716 BBPredicates &GuardPredicates, StringRef Prefix) { in createGuardBlocks() argument 1721 assert(GuardBlocks.size() == GuardPredicates.size()); in createGuardBlocks() 1729 assert(GuardPredicates.count(Out)); in createGuardBlocks() 1730 BranchInst::Create(Out, GuardBlocks[i + 1], GuardPredicates[Out], in createGuardBlocks() 1757 BBPredicates GuardPredicates; in CreateControlFlowHub() local 1759 convertToGuardPredicates(FirstGuardBlock, GuardPredicates, DeletionCandidates, in CreateControlFlowHub() 1763 createGuardBlocks(GuardBlocks, F, Outgoing, GuardPredicates, Prefix); in CreateControlFlowHub()
|