Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCSE.cpp692 for (auto ImplicitDef : ImplicitDefs) in ProcessBlockCSE() local
694 ImplicitDef, /*isKill=*/true, TRI)) in ProcessBlockCSE()
699 for (auto ImplicitDef : ImplicitDefs) in ProcessBlockCSE() local
700 MRI->clearKillFlags(ImplicitDef); in ProcessBlockCSE()
H A DSplitKit.cpp627 MachineInstr *ImplicitDef = BuildMI(MBB, I, DebugLoc(), Desc, Reg); in defFromParent() local
629 Def = Indexes.insertMachineInstrInMaps(*ImplicitDef, Late).getRegSlot(); in defFromParent()