Searched refs:unused_execute_controls (Results 1 – 1 of 1) sorted by relevance
164 llvm::SmallVector<Value, 8> unused_execute_controls; in CreateIslandsFromParallelExecute() local167 unused_execute_controls.push_back(execute.control()); in CreateIslandsFromParallelExecute()169 if (!unused_execute_controls.empty()) { in CreateIslandsFromParallelExecute()173 fetches.append(unused_execute_controls.begin(), in CreateIslandsFromParallelExecute()174 unused_execute_controls.end()); in CreateIslandsFromParallelExecute()