Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp947 IntrinsicInst *LocalEscapeCall = nullptr; member
1093 if (ID == Intrinsic::localescape) LocalEscapeCall = ⅈ in visitIntrinsicInst()
3243 if (LocalEscapeCall) LocalEscapeCall->moveBefore(InsBefore); in processStaticAllocas()