Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp1564 int first_time = 1; in __kmp_get_load_balance() local
1589 if (first_time) { in __kmp_get_load_balance()
1602 first_time = 0; in __kmp_get_load_balance()
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dfirst-order-recurrence-complex.ll648 ; The (first) reason `%first_time.1` cannot be sunk is because it appears outside
692 %first_time.1 = phi i32 [ 20, %if.truebb ], [ %for, %if.falsebb ]
694 %for.next = select i1 %c.2, i32 30, i32 %first_time.1