HomeSort by relevance Sort by last modified time
    Searched refs:markEdgeExecutable (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 189 /// markEdgeExecutable - Mark a basic block as executable, adding it to the BB
191 void markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest);
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 96 /// markEdgeExecutable - Mark a basic block as executable, adding it to the BB
98 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) {
226 markEdgeExecutable(BB, TI.getSuccessor(i));
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 419 /// markEdgeExecutable - Mark a basic block as executable, adding it to the BB
421 void markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) {
742 markEdgeExecutable(BB, TI.getSuccessor(i));
    [all...]

Completed in 703 milliseconds