Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h189 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge() function
190 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge() function
/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp76 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anonbdb8ef8d0111::CFGDeadness
/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp306 ChainEdge *getEdge(ChainT *Other) const { in getEdge() function
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1644 const DisplayEdge &getEdge(const DisplayNode &To) const { getEdge() function in __anon5eea9d392a11::DisplayNode