Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp897 SmallVector<AllocaPoisonCall, 8> StaticAllocaPoisonCallVec; member
934 StaticAllocaPoisonCallVec.clear(); in runOnFunction()
1076 StaticAllocaPoisonCallVec.push_back(APC); in visitIntrinsicInst()
3065 assert(StaticAllocaPoisonCallVec.empty()); in processStaticAllocas()
3125 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()
3272 if (!StaticAllocaPoisonCallVec.empty()) { in processStaticAllocas()
3276 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()