Home
last modified time | relevance | path

Searched refs:enterBasicBlock (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/CodeGen/
DExecutionDepsFix.cpp200 void enterBasicBlock(MachineBasicBlock*);
360 void ExeDepsFix::enterBasicBlock(MachineBasicBlock *MBB) { in enterBasicBlock() function in ExeDepsFix
769 enterBasicBlock(MBB); in runOnMachineFunction()
781 enterBasicBlock(MBB); in runOnMachineFunction()
DRegisterScavenging.cpp63 void RegScavenger::enterBasicBlock(MachineBasicBlock &MBB) { in enterBasicBlock() function in RegScavenger
DPrologEpilogInserter.cpp1050 if (RS && !FrameIndexVirtualScavenging) RS->enterBasicBlock(*BB); in replaceFrameIndices()
1161 RS->enterBasicBlock(MBB); in doScavengeFrameVirtualRegs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DExecutionDepsFix.cpp152 void enterBasicBlock();
274 void ExeDepsFix::enterBasicBlock() { in enterBasicBlock() function in ExeDepsFix
486 enterBasicBlock(); in runOnMachineFunction()
DPrologEpilogInserter.cpp735 if (RS && !FrameIndexVirtualScavenging) RS->enterBasicBlock(BB); in replaceFrameIndices()
820 RS->enterBasicBlock(BB); in scavengeFrameVirtualRegs()
DRegisterScavenging.cpp79 void RegScavenger::enterBasicBlock(MachineBasicBlock *mbb) { in enterBasicBlock() function in RegScavenger
DBranchFolding.cpp372 RS->enterBasicBlock(CurMBB); in MaintainLiveIns()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegisterScavenging.h78 void enterBasicBlock(MachineBasicBlock *mbb);
/external/llvm/include/llvm/CodeGen/
DRegisterScavenging.h76 void enterBasicBlock(MachineBasicBlock &MBB);
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp328 rs.enterBasicBlock(MBB); in loadImmediate()
/external/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp501 RS.enterBasicBlock(MBB); in scavengeRegister()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h260 void enterBasicBlock(BasicBlock &BB) {} in enterBasicBlock() function
DThreadSafetyTIL.h1633 Vs.enterBasicBlock(*this); in traverse()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp1190 RS->enterBasicBlock(&MBB); in LoadStoreMultipleOpti()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp597 RS.enterBasicBlock(*MBB); in findScratchRegister()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp763 RS->enterBasicBlock(Entry); in calculateLDSSpillAddress()