Searched refs:PGOEdge (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 203 struct PGOEdge { struct 212 PGOEdge(const BasicBlock *Src, const BasicBlock *Dest, unsigned W = 1) in PGOEdge() function 347 FuncPGOInstrumentation<PGOEdge, BBInfo> FuncInfo(F, true, BPI, BFI); in instrumentOneFunc() 394 struct PGOUseEdge : public PGOEdge { 398 : PGOEdge(Src, Dest, W), CountValid(false), CountValue(0) {} in PGOUseEdge() 409 return PGOEdge::infoString(); in infoString() 410 return (Twine(PGOEdge::infoString()) + " Count=" + Twine(CountValue)) in infoString()
|