Searched refs:getEdge (Results 1 – 6 of 6) 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 merge() 477 ChainEdge *CurEdge = getEdge(TargetChain); in forEach() 675 ChainEdge *CurEdge = PredNode.CurChain->getEdge(SuccNode->CurChain); in mergeForcedPairs() 678 assert(SuccNode->CurChain->getEdge(PredNode.CurChain) != nullptr); in mergeForcedPairs() 858 ChainEdge *EdgePP = ChainPred->getEdge(ChainPred); in getBestMergeGain() 964 ChainEdge *SelfEdge = Into->getEdge(Into);1113 ChainEdge *CurEdge = PredNode.CurChain->getEdge(SuccNode->CurChain);1116 assert(SuccNode->CurChain->getEdge(PredNode.CurChain) != nullptr);282 ChainEdge *getEdge(ChainT *Other) const { getEdge() function
76 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anond3efd71a0111::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 __anon94a753662a11::DisplayNode1661 return getEdge(Sink).getValue(); in getEdgeSourceLabel()1745 return attribute(From.getEdge(To).getColour()); in getEdgeColorAttr()