Searched refs:GuardPredicates (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | BasicBlockUtils.cpp | 1787 BBPredicates &GuardPredicates) { in setupBranchForGuard() argument 1794 assert(GuardPredicates.count(Out)); in setupBranchForGuard() 1795 BranchInst::Create(Out, GuardBlocks[i + 1], GuardPredicates[Out], in setupBranchForGuard() 1807 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates) { in calcPredicateUsingInteger() argument 1845 GuardPredicates[Out] = Cmp; in calcPredicateUsingInteger() 1852 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates, in calcPredicateUsingBooleans() argument 1868 GuardPredicates[Out] = Phi; in calcPredicateUsingBooleans() 1888 PHINode *Phi = cast<PHINode>(GuardPredicates[Out]); in calcPredicateUsingBooleans() 1925 BBPredicates GuardPredicates; in convertToGuardPredicates() local 1938 calcPredicateUsingBooleans(Incoming, Outgoing, GuardBlocks, GuardPredicates, in convertToGuardPredicates() [all …]
|