Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A 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 …]
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp306 ChainEdge *getEdge(ChainT *Other) const { in getEdge() function
477 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()
/src/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp76 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anonc9bcb16f0111::CFGDeadness
89 if (!isDeadEdge(&getEdge(PredIt))) in hasLiveIncomingEdge()
631 if (PBBS && !CD.isDeadEdge(&CFGDeadness::getEdge(PredIt))) in recalculateBBsStates()
/src/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1653 const DisplayEdge &getEdge(const DisplayNode &To) const { in getEdge() function in __anon270b9d5b2a11::DisplayNode
1661 return getEdge(Sink).getValue(); in getEdgeSourceLabel()
1745 return attribute(From.getEdge(To).getColour()); in getEdgeColorAttr()