Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_graph.h95 inline Edge *getEdge() const { return e; } in getEdge() function
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_graph.h95 inline Edge *getEdge() const { return e; } in getEdge() function
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h193 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge() function
194 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge() function