Lines Matching refs:Before
773 bool Before = !MO.isDef(); in RepairingPlacement() local
777 addInsertPoint(MI, Before); in RepairingPlacement()
787 if (!Before) { in RepairingPlacement()
821 if (Before) { in RepairingPlacement()
855 bool Before) { in addInsertPoint() argument
856 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint()
877 bool Before) in InstrInsertPoint() argument
878 : Instr(Instr), Before(Before) { in InstrInsertPoint()
881 assert((!Before || !Instr.isPHI()) && in InstrInsertPoint()
883 assert((!Before || !Instr.getNextNode() || !Instr.getNextNode()->isPHI()) && in InstrInsertPoint()
911 if (!Before) in isSplit()