reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
225 P = PGOOptions(ProfileFile, "", "", PGOOptions::IRInstr); 228 P = PGOOptions(ProfileFile, "", ProfileRemappingFile, PGOOptions::IRUse); 231 P = PGOOptions(ProfileFile, "", ProfileRemappingFile, 236 P = PGOOptions("", "", "", PGOOptions::NoAction, PGOOptions::NoCSAction, 239 P = None; 242 if (P && (P->Action == PGOOptions::IRInstr || 242 if (P && (P->Action == PGOOptions::IRInstr || 243 P->Action == PGOOptions::SampleUse)) 248 if (P) { 249 P->CSAction = PGOOptions::CSIRInstr; 250 P->CSProfileGenFile = CSProfileGenFile; 252 P = PGOOptions("", CSProfileGenFile, ProfileRemappingFile, 255 if (!P) 257 P->CSAction = PGOOptions::CSIRUse; 264 PassBuilder PB(TM, PipelineTuningOptions(), P, &PIC);