Searched defs:getEdge (Results 1 – 3 of 3) sorted by relevance
94 inline Edge *getEdge() const { return e; } in getEdge() function
189 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge() function190 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge() function
77 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anondef2daa60111::CFGDeadness