Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp108 explicit SpeculativeExecutionLegacyPass(bool OnlyIfDivergentTarget = false) in SpeculativeExecutionLegacyPass()
125 const bool OnlyIfDivergentTarget; member in __anond060e9630111::SpeculativeExecutionLegacyPass
333 SpeculativeExecutionPass::SpeculativeExecutionPass(bool OnlyIfDivergentTarget) in SpeculativeExecutionPass()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DSpeculativeExecution.h85 const bool OnlyIfDivergentTarget = false; variable