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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2545 SmallVector<Instruction*, 128> InstrsForInstCombineWorklist; local
2596 InstrsForInstCombineWorklist.push_back(Inst);
2635 IC.Worklist.AddInitialGroup(&InstrsForInstCombineWorklist[0],
2636 InstrsForInstCombineWorklist.size());

Completed in 78 milliseconds