Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp170 struct PGOEdge { struct
179 PGOEdge(const BasicBlock *Src, const BasicBlock *Dest, unsigned W = 1) in PGOEdge() argument
314 FuncPGOInstrumentation<PGOEdge, BBInfo> FuncInfo(F, true, BPI, BFI); in instrumentOneFunc()
339 struct PGOUseEdge : public PGOEdge {
343 : PGOEdge(Src, Dest, W), CountValid(false), CountValue(0) {} in PGOUseEdge()
354 return PGOEdge::infoString(); in infoString()
355 return (Twine(PGOEdge::infoString()) + " Count=" + Twine(CountValue)).str(); in infoString()