Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Work

1077   Work.clear();
1314 // warps participate in parallel work.
1338 // The workers enter this loop and wait for parallel work from the master.
1339 // When the master encounters a parallel region it sets up the work + variable
1343 // execute the parallel work.
1348 llvm::BasicBlock *AwaitBB = CGF.createBasicBlock(".await.work");
1357 // Workers wait for work from master.
1359 // Wait for parallel work
1393 // Process work items: outlined parallel functions.
1394 for (llvm::Function *W : Work) {
1408 // Insert call to work function via shared wrapper. The shared
1428 // Insert call to work function via shared wrapper. The shared
2100 Work.emplace_back(WFn);