Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/test/CodeGen/
H A Dphi_in_exit_early_lnt_failure_3.ll15 ….0.2.4.6.8.15.24.27.29.32.38.46.48.92.93.94.95.97.99.100.102.105.107.111.118.119.121* @new_num() #0
20 …uct.0.2.4.6.8.15.24.27.29.32.38.46.48.92.93.94.95.97.99.100.102.105.107.111.118.119.121* @new_num()
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A D2005-12-03-IncorrectPHIFold.ll18 declare %struct.anon* @new_num(i32, i32)
76 %tmp36 = call %struct.anon* @new_num( i32 1, i32 1 ) ; <%struct.anon*> [#uses=2]
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp2508 int new_num = master_th->th.th_teams_size.nth; in __kmp_join_call() local
2510 team->t.t_nproc = new_num; in __kmp_join_call()
2512 other_threads[i]->th.th_team_nproc = new_num; in __kmp_join_call()
2515 for (int i = old_num; i < new_num; ++i) { in __kmp_join_call()