Home
last modified time | relevance | path

Searched refs:ReplaceUsesOfBlockWith (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp806 ReplaceUsesOfBlockWith(Succ, NMBB); in SplitCriticalEdge()
1032 void MachineBasicBlock::ReplaceUsesOfBlockWith(MachineBasicBlock *Old, in ReplaceUsesOfBlockWith() function in MachineBasicBlock
DBranchFolding.cpp1232 Pred->ReplaceUsesOfBlockWith(MBB, &*FallThrough); in OptimizeBlock()
1465 PMBB->ReplaceUsesOfBlockWith(MBB, CurTBB); in OptimizeBlock()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h691 void ReplaceUsesOfBlockWith(MachineBasicBlock *Old, MachineBasicBlock *New);
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1936 PB->ReplaceUsesOfBlockWith(Header, NewPH); in createPreheaderForLoop()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp1913 MBB->ReplaceUsesOfBlockWith(&PrologueMBB, AddedBlocks[0]); in adjustForSegmentedStacks()