Home
last modified time | relevance | path

Searched refs:HasProcessorActivityInstrumentation (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h75 bool HasProcessorActivityInstrumentation; variable
285 return HasProcessorActivityInstrumentation; in hasProcessorActivityInstrumentation()
H A DSystemZSubtarget.cpp90 HasResetDATProtection(false), HasProcessorActivityInstrumentation(false), in SystemZSubtarget()