Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp204 template <class Edge, class BBInfo> class FuncPGOInstrumentation { class
231 FuncPGOInstrumentation(Function &Func, bool CreateGlobalVar = false, in FuncPGOInstrumentation() function in __anon10d6878d0211::FuncPGOInstrumentation
256 void FuncPGOInstrumentation<Edge, BBInfo>::computeCFGHash() { in computeCFGHash()
275 BasicBlock *FuncPGOInstrumentation<Edge, BBInfo>::getInstrBB(Edge *E) { in getInstrBB()
314 FuncPGOInstrumentation<PGOEdge, BBInfo> FuncInfo(F, true, BPI, BFI); in instrumentOneFunc()
406 FuncPGOInstrumentation<PGOUseEdge, UseBBInfo> FuncInfo;