Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11388 auto ArgCopyIter = ArgCopyElisionCandidates.find(&Arg); in tryToElideArgumentCopy() local
11389 assert(ArgCopyIter != ArgCopyElisionCandidates.end()); in tryToElideArgumentCopy()
11390 const AllocaInst *AI = ArgCopyIter->second.first; in tryToElideArgumentCopy()
11426 const StoreInst *SI = ArgCopyIter->second.second; in tryToElideArgumentCopy()