OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewDest
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Target/ARM/
Thumb2InstrInfo.h
38
MachineBasicBlock *
NewDest
) const;
Thumb2InstrInfo.cpp
51
MachineBasicBlock *
NewDest
) const {
55
TargetInstrInfo::ReplaceTailWithBranchTo(Tail,
NewDest
);
69
TargetInstrInfo::ReplaceTailWithBranchTo(Tail,
NewDest
);
ARMConstantIslandPass.cpp
[
all
...]
/external/llvm/lib/CodeGen/
BranchFolding.h
101
MachineBasicBlock *
NewDest
);
TargetInstrInfo.cpp
96
/// after it, replacing it with an unconditional branch to
NewDest
.
99
MachineBasicBlock *
NewDest
) const {
110
if (++MachineFunction::iterator(MBB) != MachineFunction::iterator(
NewDest
))
111
InsertBranch(*MBB,
NewDest
, 0, SmallVector<MachineOperand, 0>(),
113
MBB->addSuccessor(
NewDest
);
BranchFolding.cpp
392
/// after it, replacing it with an unconditional branch to
NewDest
.
394
MachineBasicBlock *
NewDest
) {
397
TII->ReplaceTailWithBranchTo(OldInst,
NewDest
);
400
MaintainLiveIns(CurMBB,
NewDest
);
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64BranchFixupPass.cpp
539
MachineBasicBlock *
NewDest
= BMI->getOperand(0).getMBB();
540
if (isBBInRange(MI,
NewDest
, Br.OffsetBits)) {
545
MI->getOperand(CondBrMBBOperand).setMBB(
NewDest
);
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
302
/// after it, replacing it with an unconditional branch to
NewDest
. This is
305
MachineBasicBlock *
NewDest
) const;
[
all
...]
Completed in 53 milliseconds