Searched refs:CSAction (Results 1 – 6 of 6) sorted by relevance
40 CSPGOAction CSAction = NoCSAction,45 CSAction(CSAction), DebugInfoForProfiling(DebugInfoForProfiling || in ProfileFile()53 assert(this->CSAction == NoCSAction || in ProfileFile()57 assert(this->CSAction != CSIRInstr || !this->CSProfileGenFile.empty()); in ProfileFile()61 assert(this->CSAction != CSIRUse || this->Action == IRUse); in ProfileFile()65 assert(this->Action != NoAction || this->CSAction != NoCSAction || in ProfileFile()80 CSPGOAction CSAction; member
613 _uleb128_t CSLandingPad, CSAction;617 CSAction = read_uleb128(&p);624 if (CSAction)625 actionRecord = actionTable + CSAction - 1;637 auto CSAction = read_uleb128(&p);646 if (CSAction)647 actionRecord = actionTable + CSAction - 1;
601 _uleb128_t CSLandingPad, CSAction; in scanLSDA() local605 CSAction = read_uleb128(p); in scanLSDA()612 if (CSAction) in scanLSDA()613 actionRecord = actionTable + CSAction - 1; in scanLSDA()625 auto CSAction = read_uleb128(p); in scanLSDA() local634 if (CSAction) in scanLSDA()635 actionRecord = actionTable + CSAction - 1; in scanLSDA()
277 P->CSAction = PGOOptions::CSIRInstr; in runPassPipeline()285 P->CSAction = PGOOptions::CSIRUse; in runPassPipeline()
1177 PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildModuleSimplificationPipeline()1356 if (PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildModuleOptimizationPipeline()1360 else if (PGOOpt->CSAction == PGOOptions::CSIRUse) in buildModuleOptimizationPipeline()1794 if (PGOOpt->CSAction == PGOOptions::CSIRInstr) in buildLTODefaultPipeline()1798 else if (PGOOpt->CSAction == PGOOptions::CSIRUse) in buildLTODefaultPipeline()
1212 auto CSAction = CodeGenOpts.hasProfileCSIRUse() ? PGOOptions::CSIRUse in EmitAssemblyWithNewPassManager() local1216 CSAction, CodeGenOpts.DebugInfoForProfiling); in EmitAssemblyWithNewPassManager()1246 PGOOpt->CSAction = PGOOptions::CSIRInstr; in EmitAssemblyWithNewPassManager()