Home
last modified time | relevance | path

Searched refs:ContextSensitive (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DTransfer.h26 bool ContextSensitive = false; member
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp352 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()
H A DInstrProfReader.cpp48 ProfileKind |= InstrProfKind::ContextSensitive; in getProfileKindFromVersion()
182 ProfileKind |= InstrProfKind::ContextSensitive; in readHeader()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h220 return static_cast<bool>(ProfileKind & InstrProfKind::ContextSensitive); in hasCSIRLevelProfile()
H A DInstrProf.h291 ContextSensitive = 0x8, enumerator
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp512 if (!Options.ContextSensitive || F->getBody() == nullptr) in VisitCallExpr()