Home
last modified time | relevance | path

Searched defs:CFGEdge (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DBitTracker.h67 using CFGEdge = std::pair<int, int>; member
H A DHexagonConstPropagation.cpp275 using CFGEdge = std::pair<unsigned, unsigned>; typedef in __anonfdfc6f5f0111::MachineConstPropagator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h158 using CFGEdge = std::pair<const BasicBlock *, const BasicBlock *>; variable