Home
last modified time | relevance | path

Searched refs:getEdge (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h87 G.getEdge(AdjEdgeIds.back()).setAdjEdgeIdx(ThisNId, Idx); in removeAdjEdgeId()
189 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge() function
190 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge() function
218 EdgeEntry &NE = getEdge(EId); in addConstructedEdge()
512 getEdge(EId).Costs = AllocatedCosts; in updateEdgeCosts()
524 return getEdge(EId).Costs; in getEdgeCostsPtr()
531 return *getEdge(EId).Costs; in getEdgeCosts()
535 return getEdge(EId).Metadata; in getEdgeMetadata()
539 return getEdge(EId).Metadata; in getEdgeMetadata()
546 return getEdge(EId).getN1Id(); in getEdgeNode1Id()
[all …]
/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 __anon58dcad640111::CFGDeadness
90 if (!isDeadEdge(&getEdge(PredIt))) in hasLiveIncomingEdge()
625 if (PBBS && !CD.isDeadEdge(&CFGDeadness::getEdge(PredIt))) in recalculateBBsStates()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_graph.h94 inline Edge *getEdge() const { return e; } in getEdge() function
Dnv50_ir_print.cpp832 ei.getEdge()->typeStr()); in visit()
848 ei.getEdge()->typeStr()); in visit()
Dnv50_ir_graph.cpp139 delete ei.getEdge(); in detach()
Dnv50_ir_bb.cpp314 Graph::Edge *e = cfg.outgoing(true).getEdge(); in splitCommon()