Searched refs:ContextSensitive (Results 1 – 6 of 6) sorted by relevance
26 bool ContextSensitive = false; member
352 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) in writeImpl()396 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) { in writeImpl()474 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) { in writeImpl()589 if (static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive)) in writeText()
48 ProfileKind |= InstrProfKind::ContextSensitive; in getProfileKindFromVersion()182 ProfileKind |= InstrProfKind::ContextSensitive; in readHeader()
220 return static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive); in hasCSIRLevelProfile()
291 ContextSensitive = 0x8, enumerator
512 if (!Options.ContextSensitive || F->getBody() == nullptr) in VisitCallExpr()