Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp281 ChainEdge *getEdge(Chain *Other) const { in getEdge() function in __anone35372fe0111::Chain
412 ChainEdge *CurEdge = getEdge(TargetChain); in mergeEdges()
560 ChainEdge *CurEdge = Block.CurChain->getEdge(SuccBlock->CurChain); in initialize()
563 assert(SuccBlock->CurChain->getEdge(Block.CurChain) != nullptr); in initialize()
738 ChainEdge *EdgePP = ChainPred->getEdge(ChainPred); in getBestMergeGain()
869 ChainEdge *SelfEdge = Into->getEdge(Into); in mergeChains()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DSafepointIRVerifier.cpp76 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anon3f3b4b710111::CFGDeadness
89 if (!isDeadEdge(&getEdge(PredIt))) in hasLiveIncomingEdge()
633 if (PBBS && !CD.isDeadEdge(&CFGDeadness::getEdge(PredIt))) in recalculateBBsStates()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h325 const GIMatchDagEdge *getEdge(unsigned Idx) const { in getEdge() function
328 GIMatchDagEdge *getEdge(unsigned Idx) { in getEdge() function
H A DGIMatchTree.cpp292 PrintNote("Edge " + llvm::to_string(*Leaf.getEdge(EdgeIdx))); in runStep()
673 const auto &E = Leaf.value().getEdge(EIdx); in repartition()
745 const GIMatchDagEdge *E = Leaf.getEdge(EIdx); in applyForPartition()
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1306 const DisplayEdge &getEdge(const DisplayNode &To) const { in getEdge() function in __anon0dac999d2511::DisplayNode
1314 return getEdge(Sink).getValue(); in getEdgeSourceLabel()
1398 return attribute(From.getEdge(To).getColour()); in getEdgeColorAttr()