Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp945 IntrinsicInst *LocalEscapeCall = nullptr; member
1091 if (ID == Intrinsic::localescape) LocalEscapeCall = ⅈ in visitIntrinsicInst()
3326 if (LocalEscapeCall) LocalEscapeCall->moveBefore(InsBefore); in processStaticAllocas()