Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp479 struct PGOEdge { struct
489 PGOEdge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W = 1) in PGOEdge() function
513 void addOutEdge(PGOEdge *E LLVM_ATTRIBUTE_UNUSED) {} in addOutEdge()
516 void addInEdge(PGOEdge *E LLVM_ATTRIBUTE_UNUSED) {} in addInEdge()
812 FuncPGOInstrumentation<PGOEdge, BBInfo> FuncInfo(F, ComdatMembers, true, BPI, in instrumentOneFunc()
875 struct PGOUseEdge : public PGOEdge {
880 : PGOEdge(Src, Dest, W) {} in PGOUseEdge()
891 return PGOEdge::infoString(); in infoString()
892 return (Twine(PGOEdge::infoString()) + " Count=" + Twine(CountValue)) in infoString()