Lines Matching full:nocapture
5 declare void @use_nocapture(i32* nocapture)
6 declare void @use2_nocapture(i32* nocapture, i32* nocapture)
62 ; Make sure that a nocapture pointer does not stop adding a tail call marker to
63 ; an unrelated call and additionally that we do not mark the nocapture call with
78 ; Make sure that we do not perform TRE even with a nocapture use. This is due to
82 define i32* @test5(i32* nocapture %A, i1 %cond) {
97 ; PR14143: Make sure that we do not mark functions with nocapture allocas with tail.
110 ; PR14143: Make sure that we do not mark functions with nocapture allocas with tail.
129 define i32* @test8(i32* nocapture %A, i1 %cond) {
178 declare void @test11_helper1(i8** nocapture, i8*)