Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp203 struct PGOEdge { struct
206 const BasicBlock *SrcBB;
207 const BasicBlock *DestBB;
208 uint64_t Weight;
209 bool InMST;
210 bool Removed;
211 bool IsCritical;
212 PGOEdge(const BasicBlock *Src, const BasicBlock *Dest, unsigned W = 1) in PGOEdge() function
216 const std::string infoString() const { in infoString()