Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1071 IntrinsicInst *LocalEscapeCall = nullptr; member
1218 if (ID == Intrinsic::localescape) LocalEscapeCall = ⅈ in visitIntrinsicInst()
3502 if (LocalEscapeCall) in processStaticAllocas()
3503 LocalEscapeCall->moveBefore(InsBefore->getIterator()); in processStaticAllocas()