Searched refs:maxTasks (Results 1 – 3 of 3) sorted by relevance
174 unsigned maxTasks = ltoObj->getMaxTasks(); in compile() local175 buf.resize(maxTasks); in compile()176 files.resize(maxTasks); in compile()177 file_names.resize(maxTasks); in compile()224 for (unsigned i = 0; i != maxTasks; ++i) { in compile()
309 unsigned maxTasks = ltoObj->getMaxTasks(); in compile() local310 buf.resize(maxTasks); in compile()311 files.resize(maxTasks); in compile()312 filenames.resize(maxTasks); in compile()365 for (unsigned i = 1; i != maxTasks; ++i) in compile()372 for (unsigned i = 0; i != maxTasks; ++i) { in compile()
192 unsigned maxTasks = ltoObj->getMaxTasks(); in thinLTOCreateEmptyIndexFiles() 193 buf.resize(maxTasks); in thinLTOCreateEmptyIndexFiles() 194 files.resize(maxTasks); in thinLTOCreateEmptyIndexFiles() 270 for (unsigned i = 0; i < maxTasks; ++i) { in compile() 203 unsigned maxTasks = ltoObj->getMaxTasks(); compile() local