Searched refs:splitBefore (Results 1 – 4 of 4) sorted by relevance
330 BasicBlock::splitBefore(Instruction *insn, bool attach) in splitBefore() function in nv50_ir::BasicBlock
1116 BasicBlock *splitBefore(Instruction *, bool attach = true);
911 BasicBlock *texiBB = i->bb->splitBefore(i, false); in handleTXL()
1356 BasicBlock *tryLockBB = atom->bb->splitBefore(atom, false); in handleSharedATOMNVE4()1457 BasicBlock *tryLockAndSetBB = atom->bb->splitBefore(atom, false); in handleSharedATOM()