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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3605 SmallVector<Instruction*, 128> InstrsForInstCombineWorklist; local
3654 InstrsForInstCombineWorklist.push_back(Inst);
3695 ICWorklist.reserve(InstrsForInstCombineWorklist.size());
3696 for (Instruction *Inst : reverse(InstrsForInstCombineWorklist)) {

Completed in 118 milliseconds