Home
last modified time | relevance | path

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

/freebsd/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 …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp306 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
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp76 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anond3efd71a0111::CFGDeadness
89 if (!isDeadEdge(&getEdge(PredIt))) in hasLiveIncomingEdge()
631 if (PBBS && !CD.isDeadEdge(&CFGDeadness::getEdge(PredIt))) in recalculateBBsStates()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp
H A DGIMatchTree.h
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1653 const DisplayEdge &getEdge(const DisplayNode &To) const { in getEdge() function in __anon94a753662a11::DisplayNode
1661 return getEdge(Sink).getValue(); in getEdgeSourceLabel()
1745 return attribute(From.getEdge(To).getColour()); in getEdgeColorAttr()