Home
last modified time | relevance | path

Searched refs:AllocaVec (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp608 SmallVector<AllocaInst *, 16> AllocaVec; member
656 if (AllocaVec.empty() && DynamicAllocaVec.empty()) return false; in runOnFunction()
735 AllocaVec.push_back(&AI); in visitAllocaInst()
2019 assert(AllocaVec.size() > 0 || DynamicAllocaVec.size() > 0); in poisonStack()
2047 if (AllocaVec.empty()) return; in poisonStack()
2054 Instruction *InsBefore = AllocaVec[0]; in poisonStack()
2072 SVD.reserve(AllocaVec.size()); in poisonStack()
2073 for (AllocaInst *AI : AllocaVec) { in poisonStack()
2243 for (auto AI : AllocaVec) AI->eraseFromParent(); in poisonStack()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp829 SmallVector<AllocaInst *, 16> AllocaVec; member
883 if (AllocaVec.empty() && DynamicAllocaVec.empty()) return false; in runOnFunction()
970 if (AllocaVec.empty()) in visitAllocaInst()
982 AllocaVec.push_back(&AI); in visitAllocaInst()
2834 if (AllocaVec.empty()) { in processStaticAllocas()
2844 Instruction *InsBefore = AllocaVec[0]; in processStaticAllocas()
2861 SVD.reserve(AllocaVec.size()); in processStaticAllocas()
2862 for (AllocaInst *AI : AllocaVec) { in processStaticAllocas()
3090 for (auto AI : AllocaVec) AI->eraseFromParent(); in processStaticAllocas()