Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DExecutionDepsFix.cpp195 void enterBasicBlock(MachineBasicBlock*);
355 void ExeDepsFix::enterBasicBlock(MachineBasicBlock *MBB) { in enterBasicBlock() function in ExeDepsFix
760 enterBasicBlock(MBB); in runOnMachineFunction()
774 enterBasicBlock(MBB); in runOnMachineFunction()
DRegisterScavenging.cpp66 void RegScavenger::enterBasicBlock(MachineBasicBlock *mbb) { in enterBasicBlock() function in RegScavenger
DPrologEpilogInserter.cpp854 if (RS && !FrameIndexVirtualScavenging) RS->enterBasicBlock(BB); in replaceFrameIndices()
973 RS->enterBasicBlock(&*BB); in scavengeFrameVirtualRegs()
DTailDuplication.cpp812 RS->enterBasicBlock(PredBB); in TailDuplicate()
DBranchFolding.cpp400 RS->enterBasicBlock(CurMBB); in MaintainLiveIns()
/external/llvm/include/llvm/CodeGen/
DRegisterScavenging.h75 void enterBasicBlock(MachineBasicBlock *mbb);
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPEI.cpp870 if (RS && !FrameIndexVirtualScavenging) RS->enterBasicBlock(BB); in replaceFrameIndices()
989 RS->enterBasicBlock(&*BB); in scavengeFrameVirtualRegs()
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp329 rs.enterBasicBlock(&MBB); in loadImmediate()
/external/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp495 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/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp573 RS.enterBasicBlock(MBB); in findScratchRegister()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp719 RS->enterBasicBlock(&Entry); in calculateLDSSpillAddress()