Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1482 SparseSet<MCPhysReg, identity<MCPhysReg>> LiveBeforeMI; in UpdatePredRedefs() local
1483 LiveBeforeMI.setUniverse(TRI->getNumRegs()); in UpdatePredRedefs()
1485 LiveBeforeMI.insert(Reg); in UpdatePredRedefs()
1501 if (LiveBeforeMI.count(Reg)) in UpdatePredRedefs()
1513 [&](MCPhysReg S) { return LiveBeforeMI.count(S); })) in UpdatePredRedefs()