Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DSafepointIRVerifier.cpp78 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anon35fcdba50111::CFGDeadness
91 if (!isDeadEdge(&getEdge(PredIt))) in hasLiveIncomingEdge()
624 if (PBBS && !CD.isDeadEdge(&CFGDeadness::getEdge(PredIt))) in recalculateBBsStates()
/netbsd-src/external/apache2/llvm/dist/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()
669 const auto &E = Leaf.value().getEdge(EIdx); in repartition()
739 const GIMatchDagEdge *E = Leaf.getEdge(EIdx); in applyForPartition()