Searched refs:InstructionWorklist (Results 1 – 8 of 8) sorted by relevance
25 class InstructionWorklist {34 InstructionWorklist() = default;36 InstructionWorklist(InstructionWorklist &&) = default;37 InstructionWorklist &operator=(InstructionWorklist &&) = default;
71 SetVector<Instruction *> InstructionWorklist; in convertUsersOfConstantsToInstructions() local75 InstructionWorklist.insert(I); in convertUsersOfConstantsToInstructions()79 while (!InstructionWorklist.empty()) { in convertUsersOfConstantsToInstructions()80 Instruction *I = InstructionWorklist.pop_back_val(); in convertUsersOfConstantsToInstructions()97 InstructionWorklist.insert(NewInsts.begin(), NewInsts.end()); in convertUsersOfConstantsToInstructions()
56 InstructionWorklist Worklist;72 InstructionWorklist Worklist;
64 InstructionWorklist &Worklist;95 InstCombiner(InstructionWorklist &Worklist, BuilderTy &Builder, in InstCombiner()
343 exclude header "llvm/Transforms/Utils/InstructionWorklist.h"
66 InstCombinerImpl(InstructionWorklist &Worklist, BuilderTy &Builder, in InstCombinerImpl()
4755 Function &F, InstructionWorklist &Worklist, AliasAnalysis *AA, in combineInstructionsOverFunction()
86 InstructionWorklist Worklist;