Lines Matching refs:Before
755 bool Before = !MO.isDef(); in RepairingPlacement() local
759 addInsertPoint(MI, Before); in RepairingPlacement()
769 if (!Before) { in RepairingPlacement()
803 if (Before) { in RepairingPlacement()
837 bool Before) { in addInsertPoint() argument
838 addInsertPoint(*new InstrInsertPoint(MI, Before)); in addInsertPoint()
859 bool Before) in InstrInsertPoint() argument
860 : Instr(Instr), Before(Before) { in InstrInsertPoint()
863 assert((!Before || !Instr.isPHI()) && in InstrInsertPoint()
865 assert((!Before || !Instr.getNextNode() || !Instr.getNextNode()->isPHI()) && in InstrInsertPoint()
893 if (!Before) in isSplit()