Searched refs:getEdge (Results 1 – 13 of 13) sorted by relevance
87 G.getEdge(AdjEdgeIds.back()).setAdjEdgeIdx(ThisNId, Idx); in removeAdjEdgeId()189 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge() function190 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge() function218 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 …]
89 G.getEdge(AdjEdgeIds.back()).setAdjEdgeIdx(ThisNId, Idx); in removeAdjEdgeId()202 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge() function203 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge() function231 EdgeEntry &NE = getEdge(EId); in addConstructedEdge()519 getEdge(EId).Costs = AllocatedCosts; in updateEdgeCosts()531 return getEdge(EId).Costs; in getEdgeCostsPtr()538 return *getEdge(EId).Costs; in getEdgeCosts()542 return getEdge(EId).Metadata; in getEdgeMetadata()546 return getEdge(EId).Metadata; in getEdgeMetadata()553 return getEdge(EId).getN1Id(); in getEdgeNode1Id()[all …]
78 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anon4ae1c8d10111::CFGDeadness91 if (!isDeadEdge(&getEdge(PredIt))) in hasLiveIncomingEdge()626 if (PBBS && !CD.isDeadEdge(&CFGDeadness::getEdge(PredIt))) in recalculateBBsStates()
77 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anon92b42b450111::CFGDeadness90 if (!isDeadEdge(&getEdge(PredIt))) in hasLiveIncomingEdge()625 if (PBBS && !CD.isDeadEdge(&CFGDeadness::getEdge(PredIt))) in recalculateBBsStates()
94 inline Edge *getEdge() const { return e; } in getEdge() function
803 ei.getEdge()->typeStr()); in visit()819 ei.getEdge()->typeStr()); in visit()
138 delete ei.getEdge(); in detach()
314 Graph::Edge *e = cfg.outgoing(true).getEdge(); in splitCommon()
325 const GIMatchDagEdge *getEdge(unsigned Idx) const { in getEdge() function328 GIMatchDagEdge *getEdge(unsigned Idx) { in getEdge() function
294 PrintNote("Edge " + llvm::to_string(*Leaf.getEdge(EdgeIdx))); in runStep()672 const auto &E = Leaf.value().getEdge(EIdx); in repartition()742 const GIMatchDagEdge *E = Leaf.getEdge(EIdx); in applyForPartition()
99 public S2Point getEdge(int k) { in getEdge() method in S2Cell
58 .getVertexRaw((k + 1) & 3))).dotProd(cell.getEdge(k)), 1.0); in testFaces()