Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dfragile-arc.m145 // CHECK: call void @checkpoint(i32 noundef 0)
148 // CHECK: call void @checkpoint(i32 noundef 3)
157 // CHECK: call void @checkpoint(i32 noundef 1)
163 // CHECK: call void @checkpoint(i32 noundef 2)
165 extern void checkpoint(int n); function
168 checkpoint(0);
170 checkpoint(1);
172 checkpoint(2);
174 checkpoint(3);
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadPlanStack.h45 void RestoreCompletedPlanCheckpoint(size_t checkpoint);
47 void DiscardCompletedPlanCheckpoint(size_t checkpoint);
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp254 LocObserver.checkpoint(); in legalizeMachineFunction()
269 LocObserver.checkpoint(); in legalizeMachineFunction()
284 LocObserver.checkpoint( in legalizeMachineFunction()
H A DLostDebugLocObserver.cpp70 void LostDebugLocObserver::checkpoint(bool CheckDebugLocs) { in checkpoint() function in LostDebugLocObserver
H A DUtils.cpp1316 LocObserver->checkpoint(false); in saveUsesAndErase()
H A DLegalizerHelper.cpp737 LocObserver.checkpoint(true); in createMemLibcall()
752 LocObserver.checkpoint(false); in createMemLibcall()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStack.cpp92 void ThreadPlanStack::RestoreCompletedPlanCheckpoint(size_t checkpoint) { in RestoreCompletedPlanCheckpoint() argument
94 auto result = m_completed_plan_store.find(checkpoint); in RestoreCompletedPlanCheckpoint()
101 void ThreadPlanStack::DiscardCompletedPlanCheckpoint(size_t checkpoint) { in DiscardCompletedPlanCheckpoint() argument
103 m_completed_plan_store.erase(checkpoint); in DiscardCompletedPlanCheckpoint()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h38 void checkpoint(bool CheckDebugLocs = true);
/llvm-project-15.0.7/libcxx/test/support/
H A Drapid-cxx-test.h539 struct checkpoint struct
548 inline checkpoint & global_checkpoint() in global_checkpoint() argument
550 static checkpoint cp = {"", "", 0}; in global_checkpoint()
558 checkpoint& cp = detail::global_checkpoint(); in set_checkpoint()
565 inline checkpoint const & get_checkpoint() in get_checkpoint()