Searched refs:splitBefore (Results 1 – 6 of 6) sorted by relevance
275 Block *Block::splitBlock(iterator splitBefore) { in splitBlock() argument283 newBB->getOperations().splice(newBB->end(), getOperations(), splitBefore, in splitBlock()
298 Block *splitBlock(iterator splitBefore);
330 BasicBlock::splitBefore(Instruction *insn, bool attach) in splitBefore() function in nv50_ir::BasicBlock
1173 BasicBlock *splitBefore(Instruction *, bool attach = true);
911 BasicBlock *texiBB = i->bb->splitBefore(i, false); in handleTXL()
1454 BasicBlock *tryLockBB = atom->bb->splitBefore(atom, false); in handleSharedATOMNVE4()1555 BasicBlock *tryLockAndSetBB = atom->bb->splitBefore(atom, false); in handleSharedATOM()