Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp349 static cl::opt<bool> ClSkipPromotableAllocas( variable
1363 (!ClSkipPromotableAllocas || !isAllocaPromotable(&AI)) && in isInterestingAlloca()
1394 if (ClSkipPromotableAllocas && !isInterestingAlloca(*AI)) in ignoreAccess()