Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DSparsePropagation.h122 SmallPtrSet<BasicBlock *, 16> BBExecutable; variable
173 return BBExecutable.count(BB); in isBlockExecutable()
261 if (!BBExecutable.insert(BB).second) in MarkBlockExecutable()
276 if (BBExecutable.count(Dest)) { in markEdgeExecutable()
487 if (BBExecutable.count(Inst->getParent())) // Inst is executable? in Solve()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp195 SmallPtrSet<BasicBlock *, 8> BBExecutable; // The BBs that are executable. member in __anon86856d210111::SCCPSolver
279 if (!BBExecutable.insert(BB).second) in MarkBlockExecutable()
346 return BBExecutable.count(BB); in isBlockExecutable()
578 if (BBExecutable.count(I->getParent())) // Inst is executable? in OperandChangedState()
1399 if (!BBExecutable.count(&BB)) in ResolvedUndefsIn()