Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DReachingDefAnalysis.h220 void collectKilledOperands(MachineInstr *MI, InstSet &Dead) const;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp649 void ReachingDefAnalysis::collectKilledOperands(MachineInstr *MI, in collectKilledOperands() function in ReachingDefAnalysis
677 collectKilledOperands(Def, Dead); in collectKilledOperands()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp602 RDA.collectKilledOperands(MI, Killed); in INITIALIZE_PASS()