Home
last modified time | relevance | path

Searched refs:KnownFeasibleEdges (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DSparsePropagation.h132 std::set<Edge> KnownFeasibleEdges; variable
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h130 std::set<Edge> KnownFeasibleEdges; variable
/external/llvm/lib/Analysis/
DSparsePropagation.cpp100 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second) in markEdgeExecutable()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DSparsePropagation.cpp99 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second) in markEdgeExecutable()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp210 DenseSet<Edge> KnownFeasibleEdges; member in __anon357eee1d0211::SCCPSolver
440 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second) in markEdgeExecutable()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp211 DenseSet<Edge> KnownFeasibleEdges; member in __anonb057c7490211::SCCPSolver
434 if (!KnownFeasibleEdges.insert(Edge(Source, Dest)).second) in markEdgeExecutable()