Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp108 explicit SpeculativeExecutionLegacyPass(bool OnlyIfDivergentTarget = false) in SpeculativeExecutionLegacyPass()
125 const bool OnlyIfDivergentTarget; member in __anon8c8461970111::SpeculativeExecutionLegacyPass
333 SpeculativeExecutionPass::SpeculativeExecutionPass(bool OnlyIfDivergentTarget) in SpeculativeExecutionPass()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DSpeculativeExecution.h85 const bool OnlyIfDivergentTarget = false; variable