Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp202 static cl::opt<bool> ClSkipPromotableAllocas( variable
926 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) && in isInterestingAlloca()
983 if (ClSkipPromotableAllocas) in isInterestingMemoryAccess()