Searched refs:isInterestingAlloca (Results 1 – 1 of 1) sorted by relevance
426 bool isInterestingAlloca(AllocaInst &AI);677 if (!ASan.isInterestingAlloca(AI)) { in visitAllocaInst()852 bool AddressSanitizer::isInterestingAlloca(AllocaInst &AI) { in isInterestingAlloca() function in AddressSanitizer915 return isInterestingAlloca(*AI) ? AI : nullptr; in isInterestingMemoryAccess()2060 return ASan.isInterestingAlloca(*AI) ? AI : nullptr; in findAllocaForValue()