Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h218 EdgeEntry &NE = getEdge(EId); in addConstructedEdge()
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()
553 return getEdge(EId).getN2Id(); in getEdgeNode2Id()
561 EdgeEntry &E = getEdge(EId); in getEdgeOtherNodeId()
629 EdgeEntry &E = getEdge(EId); in disconnectEdge()
645 EdgeEntry &E = getEdge(EId); in reconnectEdge()
[all …]
/freebsd-14.2/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp76 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anonb86e12500111::CFGDeadness
89 if (!isDeadEdge(&getEdge(PredIt))) in hasLiveIncomingEdge()
631 if (PBBS && !CD.isDeadEdge(&CFGDeadness::getEdge(PredIt))) in recalculateBBsStates()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1560 const DisplayEdge &getEdge(const DisplayNode &To) const { in getEdge() function in __anonb0928b5c2a11::DisplayNode
1568 return getEdge(Sink).getValue(); in getEdgeSourceLabel()
1652 return attribute(From.getEdge(To).getColour()); in getEdgeColorAttr()