Searched refs:CrashTerm (Results 1 – 1 of 1) sorted by relevance
1049 TerminatorInst *CrashTerm = nullptr; in instrumentAddress() local1062 CrashTerm = new UnreachableInst(*C, CrashBlock); in instrumentAddress()1066 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, true); in instrumentAddress()1069 Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite, in instrumentAddress()