Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIfConversion.cpp170 LivePhysRegs DontKill; member in __anon8e2ba10a0111::IfConverter
1088 static void RemoveKills(MachineInstr &MI, const LivePhysRegs &DontKill) { in RemoveKills() argument
1092 if (DontKill.contains(O->getReg())) in RemoveKills()
1103 const LivePhysRegs &DontKill, in RemoveKills() argument
1106 RemoveKills(*I, DontKill); in RemoveKills()
1145 DontKill.init(TRI); in IfConvertSimple()
1146 DontKill.addLiveIns(*NextBBI->BB); in IfConvertSimple()
1158 RemoveKills(CvtBBI->BB->begin(), CvtBBI->BB->end(), DontKill, *TRI); in IfConvertSimple()
1248 DontKill.clear(); in IfConvertTriangle()
1424 DontKill.init(TRI); in IfConvertDiamond()
[all …]