Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1800 Instruction *CrashTerm = nullptr; in instrumentAddress() local
1809 CrashTerm = genAMDGPUReportBlock(IRB, Cmp, Recover); in instrumentAddress()
1820 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1824 CrashTerm = new UnreachableInst(*C, CrashBlock); in instrumentAddress()
1829 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress()
1832 Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite, in instrumentAddress()