HomeSort by relevance Sort by last modified time
    Searched refs:getFeasibleSuccessors (Results 1 - 3 of 3) 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/include/llvm/Analysis/
SparsePropagation.h 193 /// getFeasibleSuccessors - Return a vector of booleans to indicate which
195 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs,
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 441 // getFeasibleSuccessors - Return a vector of booleans to indicate which
444 void getFeasibleSuccessors(TerminatorInst &TI, SmallVectorImpl<bool> &Succs);
515 // getFeasibleSuccessors - Return a vector of booleans to indicate which
518 void SCCPSolver::getFeasibleSuccessors(TerminatorInst &TI,
738 getFeasibleSuccessors(TI, SuccFeasible);
    [all...]

Completed in 93 milliseconds