Searched refs:isInterestingAlloca (Results 1 – 3 of 3) sorted by relevance
165 bool isInterestingAlloca(const AllocaInst &AI);674 bool HWAddressSanitizer::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in HWAddressSanitizer717 if (isInterestingAlloca(*AI)) in runOnFunction()
636 bool isInterestingAlloca(const AllocaInst &AI);966 if (!ASan.isInterestingAlloca(AI)) { in visitAllocaInst()1007 if (!AI || !ASan.isInterestingAlloca(*AI)) in visitIntrinsicInst()1184 bool AddressSanitizer::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in AddressSanitizer1296 return isInterestingAlloca(*AI) ? AI : nullptr; in isInterestingMemoryAccess()2816 assert(ASan.isInterestingAlloca(*APC.AI)); in processDynamicAllocas()2889 assert(ASan.isInterestingAlloca(*APC.AI)); in processStaticAllocas()3115 return ASan.isInterestingAlloca(*AI) ? AI : nullptr; in findAllocaForValue()
476 bool isInterestingAlloca(AllocaInst &AI);726 if (!ASan.isInterestingAlloca(AI)) { in visitAllocaInst()760 if (!AI || !ASan.isInterestingAlloca(*AI)) in visitIntrinsicInst()914 bool AddressSanitizer::isInterestingAlloca(AllocaInst &AI) { in isInterestingAlloca() function in AddressSanitizer985 return isInterestingAlloca(*AI) ? AI : nullptr; in isInterestingMemoryAccess()2026 assert(ASan.isInterestingAlloca(*APC.AI)); in poisonStack()2268 return ASan.isInterestingAlloca(*AI) ? AI : nullptr; in findAllocaForValue()