Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_graph.h94 inline Edge *getEdge() const { return e; } in getEdge() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSafepointIRVerifier.cpp77 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anondef2daa60111::CFGDeadness