OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PGOInstrumentationGen
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
PGOInstrumentation.h
47
class
PGOInstrumentationGen
: public PassInfoMixin<
PGOInstrumentationGen
> {
49
PGOInstrumentationGen
(bool IsCS = false) : IsCS(IsCS) {}
/src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp
915
MPM.addPass(
PGOInstrumentationGen
(IsCS));
948
MPM.addPass(
PGOInstrumentationGen
(IsCS));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
26
// (1) Pass
PGOInstrumentationGen
which instruments the IR to generate edge
35
//
PGOInstrumentationGen
, the real work is done in instrumentOneFunc(). For
38
// The shared code for
PGOInstrumentationGen
and PGOInstrumentationUse is put
43
// in pass
PGOInstrumentationGen
. Class PGOUseEdge and UseBBInfo are the derived
1653
PreservedAnalyses
PGOInstrumentationGen
::run(Module &M,
Completed in 17 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026