Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp176 Instruction *CrashTerm = genAMDGPUReportBlock(M, IRB, Cmp, Recover); in instrumentAddressImpl() local
178 generateCrashCode(M, IRB, IntptrTy, CrashTerm, AddrLong, IsWrite, in instrumentAddressImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1949 Instruction *CrashTerm = nullptr; in instrumentAddress() local
1958 CrashTerm = genAMDGPUReportBlock(IRB, Cmp, Recover); in instrumentAddress()
1969 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1973 CrashTerm = new UnreachableInst(*C, CrashBlock); in instrumentAddress()
1978 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress()
1982 CrashTerm, AddrLong, IsWrite, AccessSizeIndex, SizeArgument, Exp, RTCI); in instrumentAddress()