Searched refs:Undo (Results 1 – 11 of 11) sorted by relevance
143 auto Err1 = Interp->Undo(); in TEST()148 auto Err3 = Interp->Undo(2); in TEST()155 auto Err5 = Interp->Undo(); in TEST()161 auto Err8 = Interp->Undo(); in TEST()172 auto Err12 = Interp->Undo(); in TEST()
62 addq $8, %rsp # Undo stack alignment adjustment
73 llvm::Error Undo(unsigned N = 1);
115 if (auto Err = Interp->Undo()) in main()
32 // Undo the include guard and try again later.
264 llvm::Error Interpreter::Undo(unsigned N) { in Undo() function in Interpreter
250 ; FIXME: Undo canonicalization to gt (x + 1) since it doesn't use the inline imm
735 // Undo sub x, c -> add x, -c canonicalization since c is more likely
124 // Undo sub x, c -> add x, -c canonicalization since c is more likely
979 // Undo sub x, c -> add x, -c canonicalization since c is more likely
2833 // Undo sub x, c -> add x, -c canonicalization since c is more likely