Home
last modified time | relevance | path

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

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