Searched refs:LiveBarDef (Results 1 – 2 of 2) sorted by relevance
138 struct LiveBarDef { struct139 LiveBarDef(Instruction *insn, Instruction *defi) in LiveBarDef() function
4203 std::list<LiveBarDef> live_defs; in insertBarriers()4228 for (std::list<LiveBarDef>::iterator it = live_defs.begin(); in insertBarriers()4276 live_defs.push_back(LiveBarDef(insn, defi)); in insertBarriers()