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.cpp1018 IntrinsicInst *LocalEscapeCall = nullptr; member
1168 if (ID == Intrinsic::localescape) LocalEscapeCall = ⅈ in visitIntrinsicInst()
3423 if (LocalEscapeCall) LocalEscapeCall->moveBefore(InsBefore); in processStaticAllocas()