Home
last modified time | relevance | path

Searched refs:ClSkipPromotableAllocas (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp300 static cl::opt<bool> ClSkipPromotableAllocas( variable
1196 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) && in isInterestingAlloca()
1294 if (ClSkipPromotableAllocas) in isInterestingMemoryAccess()