Home | History | Annotate | Download | only in InstCombine

Lines Matching full:llvm

3 declare i8* @llvm.stacksave()
4 declare void @llvm.stackrestore(i8*)
6 ;; Test that llvm.stackrestore is removed when possible.
8 %tmp = call i8* @llvm.stacksave( )
9 call void @llvm.stackrestore( i8* %tmp ) ;; not restoring anything
15 call void @llvm.stackrestore( i8* %X ) ;; no allocas before return.
32 %tmp = call i8* @llvm.stacksave( ) ; <i8*> [#uses=1]
36 %tmp28 = call i8* @llvm.stacksave( ) ; <i8*> [#uses=1]
38 %tmp53 = call i8* @llvm.stacksave( ) ; <i8*> [#uses=1]
40 %tmp78 = call i8* @llvm.stacksave( ) ; <i8*> [#uses=1]
43 call void @llvm.stackrestore( i8* %tmp78 )
44 call void @llvm.stackrestore( i8* %tmp53 )
45 call void @llvm.stackrestore( i8* %tmp28 )
46 call void @llvm.stackrestore( i8* %tmp )