Searched defs:AllowModify (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp90 bool AllowModify) const {
92 BranchType BT = AnalyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
180 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify,
241 if (!AllowModify)
178 AnalyzeBranch( MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, SmallVectorImpl<MachineInstr *> &BranchInstrs) const argument

Completed in 404 milliseconds