Home
last modified time | relevance | path

Searched defs:enterBasicBlock (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp152 void ExecutionDomainFix::enterBasicBlock( in enterBasicBlock() function in ExecutionDomainFix
H A DRegisterScavenging.cpp82 void RegScavenger::enterBasicBlock(MachineBasicBlock &MBB) { enterBasicBlock() function in RegScavenger
H A DReachingDefAnalysis.cpp51 void ReachingDefAnalysis::enterBasicBlock(MachineBasicBlock *MBB) { in enterBasicBlock() function in ReachingDefAnalysis
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h287 void enterBasicBlock(BasicBlock &BB) {} in enterBasicBlock() function