reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
55 assert(this->CSAction != CSIRUse || this->Action == IRUse);
lib/LTO/LTOBackend.cpp163 PGOOptions::IRUse, PGOOptions::CSIRInstr); 166 PGOOptions::IRUse, PGOOptions::CSIRUse);lib/Passes/PassBuilder.cpp
428 if (PGOOpt && PGOOpt->Action == PGOOptions::IRUse && 541 (PGOOpt->Action == PGOOptions::IRUse || 763 PGOOpt->Action == PGOOptions::IRUse)) { 1880 PGOOpt->Action == PGOOptions::IRUse))tools/clang/lib/CodeGen/BackendUtil.cpp
1029 CodeGenOpts.ProfileRemappingFile, PGOOptions::IRUse, 1133 PGOOpt->Action == PGOOptions::IRUse))tools/opt/NewPMDriver.cpp
228 P = PGOOptions(ProfileFile, "", ProfileRemappingFile, PGOOptions::IRUse);