Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DSparsePropagation.cpp92 BBExecutable.insert(BB); // Basic block is executable! in MarkBlockExecutable()
105 if (BBExecutable.count(Dest)) { in markEdgeExecutable()
309 if (BBExecutable.count(U->getParent())) // Inst is executable? in Solve()
332 if (!BBExecutable.count(BB)) in Print()
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h123 SmallPtrSet<BasicBlock*, 16> BBExecutable; // The bbs that are executable. variable
177 return BBExecutable.count(BB); in isBlockExecutable()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp158 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in __anona95eefe80211::SCCPSolver
216 if (!BBExecutable.insert(BB)) return false; in MarkBlockExecutable()
265 return BBExecutable.count(BB); in isBlockExecutable()
454 if (BBExecutable.count(I->getParent())) // Inst is executable? in OperandChangedState()
582 assert(BBExecutable.count(To) && "Dest should always be alive!"); in isEdgeFeasible()
585 if (!BBExecutable.count(From)) return false; in isEdgeFeasible()
1244 if (!BBExecutable.count(BB)) in ResolvedUndefsIn()