Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfo.h98 static Edge getEdge(const BType *Src, const BType *Dest) { in getEdge() function
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_graph.h95 inline Edge *getEdge() const { return e; } in getEdge() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DGraph.h114 EdgeEntry& getEdge(EdgeItr eItr) { return *eItr; } in getEdge() function
115 const EdgeEntry& getEdge(ConstEdgeItr eItr) const { return *eItr; } in getEdge() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DTrie.h131 inline Node* getEdge(char Id) { in getEdge() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h190 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge() function
191 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DSafepointIRVerifier.cpp77 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anon8716459d0111::CFGDeadness