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 97 /// markEdgeExecutable - Mark a basic block as executable, adding it to the BB
99 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) {
227 markEdgeExecutable(BB, TI.getSuccessor(i));
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 421 /// markEdgeExecutable - Mark a basic block as executable, adding it to the BB
423 void markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) {
745 markEdgeExecutable(BB, TI.getSuccessor(i));
    [all...]

Completed in 283 milliseconds