Lines Matching refs:Before
774 bool Before = !MO.isDef(); in RepairingPlacement() local
778 addInsertPoint(MI, Before); in RepairingPlacement()
788 if (!Before) { in RepairingPlacement()
822 if (Before) { in RepairingPlacement()
856 bool Before) { in addInsertPoint() argument
857 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint()
878 bool Before) in InstrInsertPoint() argument
879 : Instr(Instr), Before(Before) { in InstrInsertPoint()
882 assert((!Before || !Instr.isPHI()) && in InstrInsertPoint()
884 assert((!Before || !Instr.getNextNode() || !Instr.getNextNode()->isPHI()) && in InstrInsertPoint()
912 if (!Before) in isSplit()