Searched refs:BBPredicates (Results 1 – 2 of 2) sorted by relevance
87 using BBPredicates = DenseMap<BasicBlock *, Value *>; typedef88 using PredMap = DenseMap<BasicBlock *, BBPredicates>;468 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()469 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()575 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()909 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()917 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()
1732 using BBPredicates = DenseMap<BasicBlock *, Instruction *>; typedef1787 BBPredicates &GuardPredicates) { in setupBranchForGuard()1807 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates) { in calcPredicateUsingInteger()1852 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates, in calcPredicateUsingBooleans()1925 BBPredicates GuardPredicates; in convertToGuardPredicates()