Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h85 void enterBasicBlock(MachineBasicBlock &MBB);
H A DExecutionDomainFix.h196 void enterBasicBlock(const LoopTraversal::TraversedMBBInfo &TraversedMBB);
H A DReachingDefAnalysis.h244 void enterBasicBlock(MachineBasicBlock *MBB);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp152 void ExecutionDomainFix::enterBasicBlock( in enterBasicBlock() function in ExecutionDomainFix
397 enterBasicBlock(TraversedMBB); in processBasicBlock()
H A DReachingDefAnalysis.cpp51 void ReachingDefAnalysis::enterBasicBlock(MachineBasicBlock *MBB) { in enterBasicBlock() function in ReachingDefAnalysis
205 enterBasicBlock(MBB); in processBasicBlock()
H A DRegisterScavenging.cpp70 void RegScavenger::enterBasicBlock(MachineBasicBlock &MBB) { in enterBasicBlock() function in RegScavenger
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp300 RS.enterBasicBlock(MBB); in instrumentControlFlow()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp424 RS.enterBasicBlock(MBB); in runOnMachineFunction()
H A DPPCFrameLowering.cpp466 RS.enterBasicBlock(*MBB); in findScratchRegister()
473 RS.enterBasicBlock(*MBB); in findScratchRegister()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h287 void enterBasicBlock(BasicBlock &BB) {} in enterBasicBlock() function
H A DThreadSafetyTIL.h1626 Vs.enterBasicBlock(*this); in traverse()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1512 RS.enterBasicBlock(*TmpMBB); in canUseAsPrologue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2911 RS->enterBasicBlock(MBB); in insertIndirectBranch()