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;
82 SetVector<Instruction *> InstructionWorklist; in convertUsersOfConstantsToInstructions() local87 InstructionWorklist.insert(I); in convertUsersOfConstantsToInstructions()91 while (!InstructionWorklist.empty()) { in convertUsersOfConstantsToInstructions()92 Instruction *I = InstructionWorklist.pop_back_val(); in convertUsersOfConstantsToInstructions()108 InstructionWorklist.insert(NewInsts.begin(), NewInsts.end()); in convertUsersOfConstantsToInstructions()
24 #include "llvm/Transforms/Utils/InstructionWorklist.h"56 InstructionWorklist Worklist;72 InstructionWorklist Worklist;
64 InstructionWorklist &Worklist;96 InstCombiner(InstructionWorklist &Worklist, BuilderTy &Builder, in InstCombiner()
340 exclude header "llvm/Transforms/Utils/InstructionWorklist.h"
66 InstCombinerImpl(InstructionWorklist &Worklist, BuilderTy &Builder, in InstCombinerImpl()
5379 Function &F, InstructionWorklist &Worklist, AliasAnalysis *AA, in combineInstructionsOverFunction()
89 InstructionWorklist Worklist;