Searched refs:BBPredicates (Results 1 – 2 of 2) sorted by relevance
88 using BBPredicates = DenseMap<BasicBlock *, Value *>; typedef89 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()907 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()915 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()
1920 using BBPredicates = DenseMap<BasicBlock *, Instruction *>; typedef1975 BBPredicates &GuardPredicates) { in setupBranchForGuard()1995 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates) { in calcPredicateUsingInteger()2040 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates, in calcPredicateUsingBooleans()2113 BBPredicates GuardPredicates; in convertToGuardPredicates()