Home
last modified time | relevance | path

Searched refs:BBPredicates (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp47 typedef DenseMap<BasicBlock *, Value *> BBPredicates; typedef
48 typedef DenseMap<BasicBlock *, BBPredicates> PredMap;
422 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()
423 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()
529 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()
535 for (BBPredicates::iterator PI = Preds.begin(), PE = Preds.end(); in insertConditions()
746 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()
747 for (BBPredicates::iterator PI = Preds.begin(), PE = Preds.end(); in dominatesPredicates()
758 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()
765 for (BBPredicates::iterator I = Preds.begin(), E = Preds.end(); in isPredictableTrue()