Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp101 class PGOMemOPSizeOptLegacyPass : public FunctionPass { class
105 PGOMemOPSizeOptLegacyPass() : FunctionPass(ID) { in PGOMemOPSizeOptLegacyPass() function in __anonb3cc661d0111::PGOMemOPSizeOptLegacyPass
122 char PGOMemOPSizeOptLegacyPass::ID = 0;
123 INITIALIZE_PASS_BEGIN(PGOMemOPSizeOptLegacyPass, "pgo-memop-opt",
127 INITIALIZE_PASS_END(PGOMemOPSizeOptLegacyPass, "pgo-memop-opt", in INITIALIZE_PASS_DEPENDENCY()
132 return new PGOMemOPSizeOptLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
428 bool PGOMemOPSizeOptLegacyPass::runOnFunction(Function &F) { in runOnFunction()
438 char &PGOMemOPSizeOptID = PGOMemOPSizeOptLegacyPass::ID;