Home
last modified time | relevance | path

Searched defs:InstrProfOptions (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h129 struct InstrProfOptions { struct
145 InstrProfOptions() = default; argument
/external/llvm/include/llvm/Transforms/
DInstrumentation.h89 struct InstrProfOptions { struct
90 InstrProfOptions() : NoRedZone(false) {} in InstrProfOptions() function
101 const InstrProfOptions &Options = InstrProfOptions()); argument