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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h87 G.getEdge(AdjEdgeIds.back()).setAdjEdgeIdx(ThisNId, Idx);
189 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; }
190 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; }
218 EdgeEntry &NE = getEdge(EId);
512 getEdge(EId).Costs = AllocatedCosts;
524 return getEdge(EId).Costs;
531 return *getEdge(EId).Costs;
535 return getEdge(EId).Metadata;
539 return getEdge(EId).Metadata;
546 return getEdge(EI
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp77 static const Use& getEdge(const_pred_iterator &PredIt) { function in class:__anon4756::CFGDeadness
90 if (!isDeadEdge(&getEdge(PredIt)))
625 if (PBBS && !CD.isDeadEdge(&CFGDeadness::getEdge(PredIt)))
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h325 const GIMatchDagEdge *getEdge(unsigned Idx) const { function in class:llvm::GIMatchTreeBuilderLeafInfo
328 GIMatchDagEdge *getEdge(unsigned Idx) { function in class:llvm::GIMatchTreeBuilderLeafInfo
H A DGIMatchTree.cpp293 PrintNote("Edge " + llvm::to_string(*Leaf.getEdge(EdgeIdx)));
666 const auto &E = Leaf.value().getEdge(EIdx);
736 const GIMatchDagEdge *E = Leaf.getEdge(EIdx);

Completed in 110 milliseconds