Searched refs:getEdge (Results 1 – 4 of 4) 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 …]
306 ChainEdge *getEdge(ChainT *Other) const { in getEdge() function477 ChainEdge *CurEdge = getEdge(TargetChain); in mergeEdges()675 ChainEdge *CurEdge = PredNode.CurChain->getEdge(SuccNode->CurChain); in initialize()678 assert(SuccNode->CurChain->getEdge(PredNode.CurChain) != nullptr); in initialize()858 ChainEdge *EdgePP = ChainPred->getEdge(ChainPred); in getBestMergeGain()964 ChainEdge *SelfEdge = Into->getEdge(Into); in mergeChains()1113 ChainEdge *CurEdge = PredNode.CurChain->getEdge(SuccNode->CurChain); in initialize()1116 assert(SuccNode->CurChain->getEdge(PredNode.CurChain) != nullptr); in initialize()
76 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anonc9bcb16f0111::CFGDeadness89 if (!isDeadEdge(&getEdge(PredIt))) in hasLiveIncomingEdge()631 if (PBBS && !CD.isDeadEdge(&CFGDeadness::getEdge(PredIt))) in recalculateBBsStates()
1653 const DisplayEdge &getEdge(const DisplayNode &To) const { in getEdge() function in __anon270b9d5b2a11::DisplayNode1661 return getEdge(Sink).getValue(); in getEdgeSourceLabel()1745 return attribute(From.getEdge(To).getColour()); in getEdgeColorAttr()