Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h325 const GIMatchDagEdge *getEdge(unsigned Idx) const { in getEdge() function
328 GIMatchDagEdge *getEdge(unsigned Idx) { in getEdge() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h189 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge() function
190 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DSafepointIRVerifier.cpp78 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anon35fcdba50111::CFGDeadness