Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp950 SmallVector<AllocaPoisonCall, 8> StaticAllocaPoisonCallVec; member
987 StaticAllocaPoisonCallVec.clear(); in runOnFunction()
1129 StaticAllocaPoisonCallVec.push_back(APC); in visitIntrinsicInst()
3210 assert(StaticAllocaPoisonCallVec.empty()); in processStaticAllocas()
3270 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()
3417 if (!StaticAllocaPoisonCallVec.empty()) { in processStaticAllocas()
3421 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()