Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp1012 SmallVector<AllocaPoisonCall, 8> StaticAllocaPoisonCallVec; member
1051 StaticAllocaPoisonCallVec.clear(); in runOnFunction()
1197 StaticAllocaPoisonCallVec.push_back(APC); in visitIntrinsicInst()
3391 assert(StaticAllocaPoisonCallVec.empty()); in processStaticAllocas()
3451 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()
3599 if (!StaticAllocaPoisonCallVec.empty()) { in processStaticAllocas()
3603 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()