Searched refs:ElidedArgCopyInstrs (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h63 SmallPtrSet<const Instruction *, 4> ElidedArgCopyInstrs; member in class:llvm::SelectionDAGISel
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp725 if (!ElidedArgCopyInstrs.count(&*I))
1476 ElidedArgCopyInstrs.count(Inst)) {
1619 ElidedArgCopyInstrs.clear();
H A DSelectionDAGBuilder.cpp9567 SmallPtrSetImpl<const Instruction *> &ElidedArgCopyInstrs,
9622 ElidedArgCopyInstrs.insert(SI);
9852 ElidedArgCopyInstrs, ArgCopyElisionCandidates, Arg,
9564 tryToElideArgumentCopy( FunctionLoweringInfo &FuncInfo, SmallVectorImpl<SDValue> &Chains, DenseMap<int, int> &ArgCopyElisionFrameIndexMap, SmallPtrSetImpl<const Instruction *> &ElidedArgCopyInstrs, ArgCopyElisionMapTy &ArgCopyElisionCandidates, const Argument &Arg, SDValue ArgVal, bool &ArgHasUses) argument

Completed in 189 milliseconds