Home
last modified time | relevance | path

Searched refs:markBlockExecutable (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DSCCP.cpp76 Solver.markBlockExecutable(&F.front()); in runSCCP()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DSCCPSolver.h90 bool markBlockExecutable(BasicBlock *BB);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSCCPSolver.cpp566 bool markBlockExecutable(BasicBlock *BB);
722 bool SCCPInstVisitor::markBlockExecutable(BasicBlock *BB) { in markBlockExecutable() function in SCCPInstVisitor
852 if (!markBlockExecutable(Dest)) { in markEdgeExecutable()
1515 markBlockExecutable(&F->front()); in handleCallArguments()
1809 bool SCCPSolver::markBlockExecutable(BasicBlock *BB) { in markBlockExecutable() function in SCCPSolver
1810 return Visitor->markBlockExecutable(BB); in markBlockExecutable()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DSCCP.cpp140 Solver.markBlockExecutable(&F.front()); in runIPSCCP()
DFunctionSpecialization.cpp536 Solver.markBlockExecutable(&Clone->front()); in createSpecialization()