Searched refs:isInterestingAlloca (Results 1 – 7 of 7) sorted by relevance
306 bool isInterestingAlloca(const AllocaInst &AI);414 bool AArch64StackTagging::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in AArch64StackTagging598 if (!isInterestingAlloca(*Info.AI)) { in runOnFunction()
290 bool isInterestingAlloca(const AllocaInst &AI);393 bool AArch64StackTagging::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in AArch64StackTagging574 if (!isInterestingAlloca(*Info.AI)) { in runOnFunction()
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()
620 bool isInterestingAlloca(const AllocaInst &AI);1027 if (!ASan.isInterestingAlloca(AI)) { in visitAllocaInst()1075 if (!ASan.isInterestingAlloca(*AI)) in visitIntrinsicInst()1323 bool AddressSanitizer::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in AddressSanitizer1364 if (ClSkipPromotableAllocas && !isInterestingAlloca(*AI)) in ignoreAccess()3029 assert(ASan.isInterestingAlloca(*APC.AI)); in processDynamicAllocas()3072 if (!Alloca || ASan.isInterestingAlloca(*Alloca)) in findStoresToUninstrumentedArgAllocas()3163 assert(ASan.isInterestingAlloca(*APC.AI)); in processStaticAllocas()
225 bool isInterestingAlloca(const AllocaInst &AI);1174 bool HWAddressSanitizer::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in HWAddressSanitizer1209 if (isInterestingAlloca(*AI)) in sanitizeFunction()
614 bool isInterestingAlloca(const AllocaInst &AI);1022 if (!ASan.isInterestingAlloca(AI)) { in visitAllocaInst()1069 if (!ASan.isInterestingAlloca(*AI)) in visitIntrinsicInst()1321 bool AddressSanitizer::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in AddressSanitizer1433 return isInterestingAlloca(*AI) ? AI : nullptr; in isInterestingMemoryAccess()2968 assert(ASan.isInterestingAlloca(*APC.AI)); in processDynamicAllocas()3040 assert(ASan.isInterestingAlloca(*APC.AI)); in processStaticAllocas()
219 bool isInterestingAlloca(const AllocaInst &AI);1067 bool HWAddressSanitizer::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in HWAddressSanitizer1101 if (isInterestingAlloca(*AI)) in sanitizeFunction()