Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h196 void enterBasicBlock(const LoopTraversal::TraversedMBBInfo &TraversedMBB);
H A DRegisterScavenging.h74 void enterBasicBlock(MachineBasicBlock &MBB);
H A DReachingDefAnalysis.h244 void enterBasicBlock(MachineBasicBlock *MBB);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp152 void ExecutionDomainFix::enterBasicBlock( in enterBasicBlock() function in ExecutionDomainFix
397 enterBasicBlock(TraversedMBB); in processBasicBlock()
H A DReachingDefAnalysis.cpp45 void ReachingDefAnalysis::enterBasicBlock(MachineBasicBlock *MBB) { in enterBasicBlock() function in ReachingDefAnalysis
200 enterBasicBlock(MBB); in processBasicBlock()
H A DRegisterScavenging.cpp84 void RegScavenger::enterBasicBlock(MachineBasicBlock &MBB) { in enterBasicBlock() function in RegScavenger
H A DPrologEpilogInserter.cpp1199 RS->enterBasicBlock(*BB); in replaceFrameIndices()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp368 RS->enterBasicBlock(MBB); in runOnMachineFunction()
H A DSIInstrInfo.cpp550 RS.enterBasicBlock(MBB); in indirectCopyToAGPR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp289 RS.enterBasicBlock(MBB); in instrumentControlFlow()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp343 rs.enterBasicBlock(MBB); in loadImmediate()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h287 void enterBasicBlock(BasicBlock &BB) {} in enterBasicBlock() function
H A DThreadSafetyTIL.h1619 Vs.enterBasicBlock(*this); in traverse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1062 RS.enterBasicBlock(*TmpMBB); in canUseAsPrologue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp462 RS.enterBasicBlock(*MBB); in findScratchRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp907 RS.enterBasicBlock(MBB); in scavengeGPR8()