Searched defs:CFGEdge (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | BitTracker.h | 67 using CFGEdge = std::pair<int, int>; member |
H A D | HexagonConstPropagation.cpp | 275 using CFGEdge = std::pair<unsigned, unsigned>; typedef in __anonbef353470111::MachineConstPropagator |
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ | ||
H A D | IRTranslator.h | 159 using CFGEdge = std::pair<const BasicBlock *, const BasicBlock *>; global() variable |