Home
last modified time | relevance | path

Searched refs:InstructionWorklist (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstructionWorklist.h25 class InstructionWorklist {
34 InstructionWorklist() = default;
36 InstructionWorklist(InstructionWorklist &&) = default;
37 InstructionWorklist &operator=(InstructionWorklist &&) = default;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp82 SetVector<Instruction *> InstructionWorklist; in convertUsersOfConstantsToInstructions() local
87 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h24 #include "llvm/Transforms/Utils/InstructionWorklist.h"
56 InstructionWorklist Worklist;
72 InstructionWorklist Worklist;
H A DInstCombiner.h64 InstructionWorklist &Worklist;
96 InstCombiner(InstructionWorklist &Worklist, BuilderTy &Builder, in InstCombiner()
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap340 exclude header "llvm/Transforms/Utils/InstructionWorklist.h"
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h66 InstCombinerImpl(InstructionWorklist &Worklist, BuilderTy &Builder, in InstCombinerImpl()
H A DInstructionCombining.cpp5379 Function &F, InstructionWorklist &Worklist, AliasAnalysis *AA, in combineInstructionsOverFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp89 InstructionWorklist Worklist;