Searched defs:UnsimplifiedUsers (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerConstantIntrinsics.cpp | 58 SmallSetVector<Instruction *, 8> UnsimplifiedUsers; in replaceConditionalBranchesOnConstant() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 7141 replaceAndRecursivelySimplifyImpl(Instruction * I,Value * SimpleV,const TargetLibraryInfo * TLI,const DominatorTree * DT,AssumptionCache * AC,SmallSetVector<Instruction *,8> * UnsimplifiedUsers=nullptr) replaceAndRecursivelySimplifyImpl() argument 7194 replaceAndRecursivelySimplify(Instruction * I,Value * SimpleV,const TargetLibraryInfo * TLI,const DominatorTree * DT,AssumptionCache * AC,SmallSetVector<Instruction *,8> * UnsimplifiedUsers) replaceAndRecursivelySimplify() argument
|