Searched refs:isInterestingAlloca (Results 1 – 4 of 4) sorted by relevance
119 if (isInterestingAlloca(*AI)) { in visit()132 if (!isInterestingAlloca(*AI)) in visit()143 if (!isInterestingAlloca(*AI)) in visit()157 bool StackInfoBuilder::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in llvm::memtag::StackInfoBuilder
69 bool isInterestingAlloca(const AllocaInst &AI);
684 bool isInterestingAlloca(const AllocaInst &AI);1043 if (!ASan.isInterestingAlloca(AI)) { in visitAllocaInst()1090 if (!ASan.isInterestingAlloca(*AI)) in visitIntrinsicInst()1248 bool AddressSanitizer::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in AddressSanitizer1291 if (ClSkipPromotableAllocas && !isInterestingAlloca(*AI)) in ignoreAccess()3046 assert(ASan.isInterestingAlloca(*APC.AI)); in processDynamicAllocas()3089 if (!Alloca || ASan.isInterestingAlloca(*Alloca)) in findStoresToUninstrumentedArgAllocas()3181 assert(ASan.isInterestingAlloca(*APC.AI)); in processStaticAllocas()
524 assert(Info.AI && SIB.isInterestingAlloca(*Info.AI)); in runOnFunction()