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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp692 CGBuilderTy::InsertPoint savedInactiveFallthroughIP; local
704 savedInactiveFallthroughIP = Builder.saveAndClearIP();
824 Builder.restoreIP(savedInactiveFallthroughIP);

Completed in 279 milliseconds