Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp819 CGBuilderTy::InsertPoint savedInactiveFallthroughIP; in PopCleanupBlock() local
831 savedInactiveFallthroughIP = Builder.saveAndClearIP(); in PopCleanupBlock()
976 Builder.restoreIP(savedInactiveFallthroughIP); in PopCleanupBlock()