Searched refs:CrashTerm (Results 1 – 1 of 1) sorted by relevance
1642 Instruction *CrashTerm = nullptr; in instrumentAddress() local1654 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()1658 CrashTerm = new UnreachableInst(*C, CrashBlock); in instrumentAddress()1663 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress()1666 Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite, in instrumentAddress()