OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFeasibleSuccessors
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
SparsePropagation.cpp
119
///
getFeasibleSuccessors
- Return a vector of booleans to indicate which
121
void SparseSolver::
getFeasibleSuccessors
(TerminatorInst &TI,
209
getFeasibleSuccessors
(*TI, SuccFeasible, AggressiveUndef);
220
getFeasibleSuccessors
(TI, SuccFeasible, true);
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
442
//
getFeasibleSuccessors
- Return a vector of booleans to indicate which
445
void
getFeasibleSuccessors
(TerminatorInst &TI, SmallVectorImpl<bool> &Succs);
523
//
getFeasibleSuccessors
- Return a vector of booleans to indicate which
526
void SCCPSolver::
getFeasibleSuccessors
(TerminatorInst &TI,
746
getFeasibleSuccessors
(TI, SuccFeasible);
[
all
...]
Completed in 52 milliseconds