Home
last modified time | relevance | path

Searched defs:CopyInfo (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp89 struct CopyInfo { struct in __anon835623930111::CopyTracker
90 MachineInstr *MI;
91 SmallVector<MCRegister, 4> DefRegs;
92 bool Avail;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1687 auto CopyInfo = computeCopyInfoForBlockCapture(CI, VT, LangOpts); in findBlockCapturedManagedEntities() local