Searched refs:CSIRInstr (Results 1 – 6 of 6) sorted by relevance
29 enum CSPGOAction { NoCSAction, CSIRInstr, CSIRUse }; enumerator
35 assert(this->CSAction != CSIRInstr || !this->CSProfileGenFile.empty()); in PGOOptions()
374 P->CSAction = PGOOptions::CSIRInstr; in runPassPipeline()379 PGOOptions::CSIRInstr); in runPassPipeline()
1129 PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildModuleSimplificationPipeline()1341 if (PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildModuleOptimizationPipeline()1852 if (PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildLTODefaultPipeline()
803 PGOOpt->CSAction = PGOOptions::CSIRInstr; in RunOptimizationPipeline()811 PGOOptions::CSIRInstr, CodeGenOpts.DebugInfoForProfiling); in RunOptimizationPipeline()
250 PGOOptions::CSIRInstr, Conf.AddFSDiscriminator); in runNewPMPasses()