Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8936 auto ArgCopyIter = ArgCopyElisionCandidates.find(&Arg); in tryToElideArgumentCopy() local
8937 assert(ArgCopyIter != ArgCopyElisionCandidates.end()); in tryToElideArgumentCopy()
8938 const AllocaInst *AI = ArgCopyIter->second.first; in tryToElideArgumentCopy()
8976 const StoreInst *SI = ArgCopyIter->second.second; in tryToElideArgumentCopy()