reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
80 if (ProfileKind == PF_Unknown) { 82 ProfileKind = WithCS ? PF_IRLevelWithCS : PF_IRLevel; 84 ProfileKind = PF_FE; 88 if (((ProfileKind != PF_FE) && !IsIRLevel) || 89 ((ProfileKind == PF_FE) && IsIRLevel)) 94 if (ProfileKind == PF_IRLevel && WithCS) 95 ProfileKind = PF_IRLevelWithCS;lib/ProfileData/InstrProfWriter.cpp
305 if (ProfileKind == PF_IRLevel) 307 if (ProfileKind == PF_IRLevelWithCS) { 336 if (ProfileKind == PF_IRLevelWithCS) { 357 if (ProfileKind == PF_IRLevelWithCS) { 440 if (ProfileKind == PF_IRLevel) 442 else if (ProfileKind == PF_IRLevelWithCS)