Home
last modified time | relevance | path

Searched refs:BBExecutable (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DSparsePropagation.h121 SmallPtrSet<BasicBlock *, 16> BBExecutable; variable
172 return BBExecutable.count(BB); in isBlockExecutable()
260 if (!BBExecutable.insert(BB).second) in MarkBlockExecutable()
275 if (BBExecutable.count(Dest)) { in markEdgeExecutable()
481 if (BBExecutable.count(Inst->getParent())) // Inst is executable? in Solve()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp72 SmallPtrSet<BasicBlock *, 8> BBExecutable; // The BBs that are executable. member in llvm::SCCPInstVisitor
235 if (BBExecutable.count(I->getParent())) // Inst is executable? in operandChangedState()
398 return BBExecutable.count(BB); in isBlockExecutable()
455 if (!BBExecutable.insert(BB).second) in markBlockExecutable()
1420 if (!BBExecutable.count(&BB)) in resolvedUndefsIn()