Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp848 SmallVector<AllocaPoisonCall, 8> StaticAllocaPoisonCallVec; member
1012 StaticAllocaPoisonCallVec.push_back(APC); in visitIntrinsicInst()
2835 assert(StaticAllocaPoisonCallVec.empty()); in processStaticAllocas()
2886 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()
3017 if (!StaticAllocaPoisonCallVec.empty()) { in processStaticAllocas()
3021 for (const auto &APC : StaticAllocaPoisonCallVec) { in processStaticAllocas()