Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp939 SmallVector<AllocaPoisonCall, 8> StaticAllocaPoisonCallVec; member
976 StaticAllocaPoisonCallVec.clear(); in runOnFunction()
1120 StaticAllocaPoisonCallVec.push_back(APC); in visitIntrinsicInst()
3294 assert(StaticAllocaPoisonCallVec.empty()); in processStaticAllocas()
3354 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()
3501 if (!StaticAllocaPoisonCallVec.empty()) { in processStaticAllocas()
3505 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()