Lines Matching defs:Edge
215 struct Edge { struct
218 const BasicBlock *SrcBB;
219 const BasicBlock *DestBB;
220 uint64_t Weight;
221 BasicBlock *Place = nullptr;
222 uint32_t SrcNumber, DstNumber;
223 bool InMST = false;
224 bool Removed = false;
225 bool IsCritical = false;
227 Edge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W = 1) in Edge() argument
231 const std::string infoString() const { in infoString()
755 static BasicBlock *getInstrBB(CFGMST<Edge, BBInfo> &MST, Edge &E, in getInstrBB()
800 static void dumpEdges(CFGMST<Edge, BBInfo> &MST, GCOVFunction &GF) { in dumpEdges()