Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DExecutionDepsFix.cpp195 void enterBasicBlock(MachineBasicBlock*);
355 void ExeDepsFix::enterBasicBlock(MachineBasicBlock *MBB) { in enterBasicBlock() function in ExeDepsFix
761 enterBasicBlock(MBB); in runOnMachineFunction()
775 enterBasicBlock(MBB); in runOnMachineFunction()
DPrologEpilogInserter.cpp816 if (RS && !FrameIndexVirtualScavenging) RS->enterBasicBlock(BB); in replaceFrameIndices()
935 RS->enterBasicBlock(BB); in scavengeFrameVirtualRegs()
DRegisterScavenging.cpp63 void RegScavenger::enterBasicBlock(MachineBasicBlock *mbb) { in enterBasicBlock() function in RegScavenger
DTailDuplication.cpp798 RS->enterBasicBlock(PredBB); in TailDuplicate()
DBranchFolding.cpp395 RS->enterBasicBlock(CurMBB); in MaintainLiveIns()
/external/llvm/include/llvm/CodeGen/
DRegisterScavenging.h77 void enterBasicBlock(MachineBasicBlock *mbb);
/external/llvm/lib/Target/Hexagon/
DHexagonFixupHwLoops.cpp127 RS.enterBasicBlock(MBB); in fixupLoopInstrs()
/external/llvm/lib/Target/R600/
DSIPrepareScratchRegs.cpp124 RS.enterBasicBlock(&MBB); in runOnMachineFunction()
DSIInstrInfo.cpp601 RS->enterBasicBlock(&Entry); in calculateLDSSpillAddress()
/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/ARM/
DARMLoadStoreOptimizer.cpp1607 RS->enterBasicBlock(&MBB); in LoadStoreMultipleOpti()