OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chunk_loop
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-expand.cc
8104
class loop *
chunk_loop
= alloc_loop ();
local
8105
chunk_loop
->header = head_bb;
8106
chunk_loop
->latch = bottom_bb;
8107
add_loop (
chunk_loop
, parent);
8108
parent =
chunk_loop
;
/src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc
8015
class loop *
chunk_loop
= alloc_loop ();
local
8016
chunk_loop
->header = head_bb;
8017
chunk_loop
->latch = bottom_bb;
8018
add_loop (
chunk_loop
, parent);
8019
parent =
chunk_loop
;
Completed in 68 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026