Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DMemoryTaggingSupport.cpp119 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
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DMemoryTaggingSupport.h69 bool isInterestingAlloca(const AllocaInst &AI);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp684 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 AddressSanitizer
1291 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()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp524 assert(Info.AI && SIB.isInterestingAlloca(*Info.AI)); in runOnFunction()