Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp306 bool isInterestingAlloca(const AllocaInst &AI);
414 bool AArch64StackTagging::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in AArch64StackTagging
598 if (!isInterestingAlloca(*Info.AI)) { in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp290 bool isInterestingAlloca(const AllocaInst &AI);
393 bool AArch64StackTagging::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in AArch64StackTagging
574 if (!isInterestingAlloca(*Info.AI)) { in runOnFunction()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp476 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 AddressSanitizer
985 return isInterestingAlloca(*AI) ? AI : nullptr; in isInterestingMemoryAccess()
2026 assert(ASan.isInterestingAlloca(*APC.AI)); in poisonStack()
2268 return ASan.isInterestingAlloca(*AI) ? AI : nullptr; in findAllocaForValue()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp620 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 AddressSanitizer
1364 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()
DHWAddressSanitizer.cpp225 bool isInterestingAlloca(const AllocaInst &AI);
1174 bool HWAddressSanitizer::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in HWAddressSanitizer
1209 if (isInterestingAlloca(*AI)) in sanitizeFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp614 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 AddressSanitizer
1433 return isInterestingAlloca(*AI) ? AI : nullptr; in isInterestingMemoryAccess()
2968 assert(ASan.isInterestingAlloca(*APC.AI)); in processDynamicAllocas()
3040 assert(ASan.isInterestingAlloca(*APC.AI)); in processStaticAllocas()
DHWAddressSanitizer.cpp219 bool isInterestingAlloca(const AllocaInst &AI);
1067 bool HWAddressSanitizer::isInterestingAlloca(const AllocaInst &AI) { in isInterestingAlloca() function in HWAddressSanitizer
1101 if (isInterestingAlloca(*AI)) in sanitizeFunction()