Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIfConversion.cpp168 LivePhysRegs DontKill; member in __anon581e0ee20111::IfConverter
1000 static void RemoveKills(MachineInstr &MI, const LivePhysRegs &DontKill) { in RemoveKills() argument
1004 if (DontKill.contains(O->getReg())) in RemoveKills()
1015 const LivePhysRegs &DontKill, in RemoveKills() argument
1018 RemoveKills(*I, DontKill); in RemoveKills()
1057 DontKill.init(TRI); in IfConvertSimple()
1058 DontKill.addLiveIns(NextBBI->BB); in IfConvertSimple()
1070 RemoveKills(CvtBBI->BB->begin(), CvtBBI->BB->end(), DontKill, *TRI); in IfConvertSimple()
1182 DontKill.clear(); in IfConvertTriangle()
1363 DontKill.init(TRI); in IfConvertDiamond()
[all …]