Searched refs:LiveBarUse (Results 1 – 2 of 2) sorted by relevance
131 struct LiveBarUse { struct132 LiveBarUse(Instruction *insn, Instruction *usei) in LiveBarUse() function
4193 std::list<LiveBarUse> live_uses; in insertBarriers()4206 for (std::list<LiveBarUse>::iterator it = live_uses.begin(); in insertBarriers()4248 live_uses.push_back(LiveBarUse(insn, usei)); in insertBarriers()