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.cpp85 SetVector<Instruction *> InstructionWorklist; in convertUsersOfConstantsToInstructions() local
90 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h51 InstructionWorklist Worklist;
69 InstructionWorklist Worklist;
H A DInstCombiner.h65 InstructionWorklist &Worklist;
101 InstCombiner(InstructionWorklist &Worklist, BuilderTy &Builder, in InstCombiner()
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap348 exclude header "llvm/Transforms/Utils/InstructionWorklist.h"
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h64 InstCombinerImpl(InstructionWorklist &Worklist, BuilderTy &Builder, in InstCombinerImpl()
H A DInstructionCombining.cpp5852 Function &F, InstructionWorklist &Worklist, AliasAnalysis *AA, in combineInstructionsOverFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp97 InstructionWorklist Worklist;