Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h34 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator
48 (this->Action != IRInstr && this->Action != SampleUse)); in ProfileFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp783 (PGOOpt->Action == PGOOptions::IRInstr || in buildModuleSimplificationPipeline()
786 /* RunProfileGen */ PGOOpt->Action == PGOOptions::IRInstr, in buildModuleSimplificationPipeline()
1899 (PGOOpt->Action == PGOOptions::IRInstr || in parseModulePass()
1903 /* RunProfileGen */ (PGOOpt->Action == PGOOptions::IRInstr), in parseModulePass()