Searched refs:BBPredicates (Results 1 – 2 of 2) sorted by relevance
90 using BBPredicates = DenseMap<BasicBlock *, Value *>; typedef91 using PredMap = DenseMap<BasicBlock *, BBPredicates>;461 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()462 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()560 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()783 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()791 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()
1589 using BBPredicates = DenseMap<BasicBlock *, PHINode *>; typedef1645 BasicBlock *FirstGuardBlock, BBPredicates &GuardPredicates, in convertToGuardPredicates()1716 BBPredicates &GuardPredicates, StringRef Prefix) { in createGuardBlocks()1757 BBPredicates GuardPredicates; in CreateControlFlowHub()