Searched refs:BBPredicates (Results 1 – 1 of 1) sorted by relevance
81 using BBPredicates = DenseMap<BasicBlock *, Value *>; typedef82 using PredMap = DenseMap<BasicBlock *, BBPredicates>;448 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()449 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()548 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()771 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()779 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()