Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp170 struct PGOEdge { struct
173 const BasicBlock *SrcBB;
174 const BasicBlock *DestBB;
175 uint64_t Weight;
176 bool InMST;
177 bool Removed;
178 bool IsCritical;
179 PGOEdge(const BasicBlock *Src, const BasicBlock *Dest, unsigned W = 1) in PGOEdge() argument
183 const std::string infoString() const { in infoString()