Searched refs:OldBranch (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp144 MachineInstr &OldBranch = *I; local
145 DebugLoc dl = OldBranch.getDebugLoc();
167 OldBranch.eraseFromParent();
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp141 MachineInstr *OldBranch = I; local
142 DebugLoc dl = OldBranch->getDebugLoc();
164 OldBranch->eraseFromParent();
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp147 MachineInstr *OldBranch = I; local
148 DebugLoc dl = OldBranch->getDebugLoc();
158 OldBranch->eraseFromParent();
/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp189 MachineInstr *OldBranch = I; local
190 DebugLoc dl = OldBranch->getDebugLoc();
225 OldBranch->eraseFromParent();

Completed in 270 milliseconds