Searched refs:PHIUsedList (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp421 SmallVector<Instruction *, 4> PHIUsedList; local
427 assert(PHIUsedList.empty() && "Must start with an empty phi used list");
463 PHIUsedList.push_back(OpI);
490 if (PHIUsedList.empty())
496 CostWorklist.append(PHIUsedList.begin(), PHIUsedList.end());
497 PHIUsedList.clear();

Completed in 104 milliseconds