HomeSort by: relevance | last modified time | path
    Searched refs:EdgeExec (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
BitTracker.cpp 819 if (!EdgeExec.count(CFGEdge(PredN, ThisN))) {
1048 EdgeExec.clear();
1060 if (EdgeExec.count(Edge))
1062 EdgeExec.insert(Edge);
BitTracker.h 117 EdgeSetType EdgeExec; // Executable flow graph edges.
HexagonConstPropagation.cpp 282 SetOfCFGEdge EdgeExec;
655 if (!EdgeExec.count(CFGEdge(PBN, MBN))) {
896 if (EdgeExec.count(Edge))
898 EdgeExec.insert(Edge);
956 if (!EdgeExec.count(CFGEdge(BN, SN)))
1068 EdgeExec.clear();

Completed in 22 milliseconds