Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DSparsePropagation.cpp93 BBExecutable.insert(BB); // Basic block is executable! in MarkBlockExecutable()
106 if (BBExecutable.count(Dest)) { in markEdgeExecutable()
309 if (BBExecutable.count(UI->getParent())) // Inst is executable? in Solve()
332 if (!BBExecutable.count(&BB)) in Print()
/external/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
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()
/external/swiftshader/third_party/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/include/llvm/Analysis/
DSparsePropagation.h121 SmallPtrSet<BasicBlock *, 16> BBExecutable; // The bbs that are executable. variable
174 return BBExecutable.count(BB); in isBlockExecutable()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp162 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in __anon8a523c670211::SCCPSolver
220 if (!BBExecutable.insert(BB).second) in MarkBlockExecutable()
270 return BBExecutable.count(BB); in isBlockExecutable()
472 if (BBExecutable.count(I->getParent())) // Inst is executable? in OperandChangedState()
608 assert(BBExecutable.count(To) && "Dest should always be alive!"); in isEdgeFeasible()
611 if (!BBExecutable.count(From)) return false; in isEdgeFeasible()
1242 if (!BBExecutable.count(&BB)) in ResolvedUndefsIn()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp159 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable. member in __anon967d13930211::SCCPSolver
220 if (!BBExecutable.insert(BB)) return false; in MarkBlockExecutable()
269 return BBExecutable.count(BB); in isBlockExecutable()
466 if (BBExecutable.count(I->getParent())) // Inst is executable? in OperandChangedState()
621 assert(BBExecutable.count(To) && "Dest should always be alive!"); in isEdgeFeasible()
624 if (!BBExecutable.count(From)) return false; in isEdgeFeasible()
1428 if (!BBExecutable.count(BB)) in ResolvedUndefsIn()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp194 SmallPtrSet<BasicBlock *, 8> BBExecutable; // The BBs that are executable. member in __anonf4e4c9bf0111::SCCPSolver
258 if (!BBExecutable.insert(BB).second) in MarkBlockExecutable()
325 return BBExecutable.count(BB); in isBlockExecutable()
557 if (BBExecutable.count(I->getParent())) // Inst is executable? in OperandChangedState()
1299 if (!BBExecutable.count(&BB)) in ResolvedUndefsIn()