Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Intrinsic

461   /// \brief Collect lifetime intrinsic calls to check for use-after-scope
465 Intrinsic::ID ID = II.getIntrinsicID();
466 if (ID != Intrinsic::lifetime_start &&
467 ID != Intrinsic::lifetime_end)
469 // Found lifetime intrinsic, add ASan instrumentation if necessary.
482 bool DoPoison = (ID == Intrinsic::lifetime_end);