Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDInstructionWorklist.h25 class InstructionWorklist {
34 InstructionWorklist() = default;
36 InstructionWorklist(InstructionWorklist &&) = default;
37 InstructionWorklist &operator=(InstructionWorklist &&) = default;
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDReplaceConstant.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-head/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
HDInstCombine.h56 InstructionWorklist Worklist;
72 InstructionWorklist Worklist;
HDInstCombiner.h64 InstructionWorklist &Worklist;
96 InstCombiner(InstructionWorklist &Worklist, BuilderTy &Builder, in InstCombiner()
/freebsd-head/contrib/llvm-project/llvm/include/
HDmodule.modulemap340 exclude header "llvm/Transforms/Utils/InstructionWorklist.h"
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineInternal.h66 InstCombinerImpl(InstructionWorklist &Worklist, BuilderTy &Builder, in InstCombinerImpl()
HDInstructionCombining.cpp5379 Function &F, InstructionWorklist &Worklist, AliasAnalysis *AA, in combineInstructionsOverFunction()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVectorCombine.cpp89 InstructionWorklist Worklist;