OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transferSuccessors
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
382
///
transferSuccessors
- Transfers all the successors from MBB to this
385
void
transferSuccessors
(MachineBasicBlock *fromMBB);
388
/// in
transferSuccessors
, and update PHI operands in the successor blocks
/external/llvm/lib/Target/AArch64/
AArch64BranchFixupPass.cpp
380
NewBB->
transferSuccessors
(OrigBB);
/external/llvm/lib/Target/Mips/
MipsLongBranch.cpp
153
NewMBB->
transferSuccessors
(MBB);
/external/llvm/lib/CodeGen/
BranchFolding.cpp
422
NewMBB->
transferSuccessors
(&CurMBB);
[
all
...]
TailDuplication.cpp
[
all
...]
MachineBasicBlock.cpp
574
void MachineBasicBlock::
transferSuccessors
(MachineBasicBlock *fromMBB) {
[
all
...]
/external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp
[
all
...]
Completed in 128 milliseconds