OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bbpredicates
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp
48
typedef DenseMap<BasicBlock *, Value *>
BBPredicates
;
49
typedef DenseMap<BasicBlock *,
BBPredicates
> PredMap;
432
BBPredicates
&Pred = Predicates[BB];
433
BBPredicates
&LPred = LoopPreds[BB];
539
BBPredicates
&Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue];
545
for (
BBPredicates
::iterator PI = Preds.begin(), PE = Preds.end();
752
BBPredicates
&Preds = Predicates[Node->getEntry()];
753
for (
BBPredicates
::iterator PI = Preds.begin(), PE = Preds.end();
764
BBPredicates
&Preds = Predicates[Node->getEntry()];
771
for (
BBPredicates
::iterator I = Preds.begin(), E = Preds.end()
[
all
...]
Completed in 590 milliseconds