Home
last modified time | relevance | path

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

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