Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_graph.h94 inline Edge *getEdge() const { return e; } in getEdge() function
/external/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
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h202 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge() function
203 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge() function
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Cell.java99 public S2Point getEdge(int k) { in getEdge() method in S2Cell
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSafepointIRVerifier.cpp77 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anona7cfb5630111::CFGDeadness