Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp155 static cl::opt<bool> NoCall("spp-no-call", cl::Hidden, cl::init(false)); variable
463 static bool enableCallSafepoints(Function &F) { return !NoCall; } in enableCallSafepoints()