Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp995 SmallVector<AllocaInst *, 16> StaticAllocasToMoveUp; member
1152 StaticAllocasToMoveUp.push_back(&AI); in visitAllocaInst()
3409 for (auto *AI : StaticAllocasToMoveUp) in processStaticAllocas()