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;
85 SetVector<Instruction *> InstructionWorklist; in convertUsersOfConstantsToInstructions() local90 InstructionWorklist.insert(I); in convertUsersOfConstantsToInstructions()94 while (!InstructionWorklist.empty()) { in convertUsersOfConstantsToInstructions()95 Instruction *I = InstructionWorklist.pop_back_val(); in convertUsersOfConstantsToInstructions()111 InstructionWorklist.insert_range(NewInsts); in convertUsersOfConstantsToInstructions()
51 InstructionWorklist Worklist;69 InstructionWorklist Worklist;
65 InstructionWorklist &Worklist;101 InstCombiner(InstructionWorklist &Worklist, BuilderTy &Builder, in InstCombiner()
348 exclude header "llvm/Transforms/Utils/InstructionWorklist.h"
64 InstCombinerImpl(InstructionWorklist &Worklist, BuilderTy &Builder, in InstCombinerImpl()
5852 Function &F, InstructionWorklist &Worklist, AliasAnalysis *AA, in combineInstructionsOverFunction()
97 InstructionWorklist Worklist;