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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2223 SmallVector<Instruction*, 128> InstrsForInstCombineWorklist; local
2274 InstrsForInstCombineWorklist.push_back(Inst);
2313 IC.Worklist.AddInitialGroup(&InstrsForInstCombineWorklist[0],
2314 InstrsForInstCombineWorklist.size());

Completed in 96 milliseconds