Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterScavenging.cpp63 void RegScavenger::enterBasicBlock(MachineBasicBlock &MBB) { in enterBasicBlock() function in RegScavenger
DExecutionDepsFix.cpp360 void ExeDepsFix::enterBasicBlock(MachineBasicBlock *MBB) { in enterBasicBlock() function in ExeDepsFix
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DExecutionDomainFix.cpp152 void ExecutionDomainFix::enterBasicBlock( in enterBasicBlock() function in ExecutionDomainFix
DRegisterScavenging.cpp82 void RegScavenger::enterBasicBlock(MachineBasicBlock &MBB) { in enterBasicBlock() function in RegScavenger
DReachingDefAnalysis.cpp51 void ReachingDefAnalysis::enterBasicBlock(MachineBasicBlock *MBB) { in enterBasicBlock() function in ReachingDefAnalysis
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp23 void ReachingDefAnalysis::enterBasicBlock( in enterBasicBlock() function in ReachingDefAnalysis
DExecutionDomainFix.cpp152 void ExecutionDomainFix::enterBasicBlock( in enterBasicBlock() function in ExecutionDomainFix
DRegisterScavenging.cpp84 void RegScavenger::enterBasicBlock(MachineBasicBlock &MBB) { in enterBasicBlock() function in RegScavenger
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h260 void enterBasicBlock(BasicBlock &BB) {} in enterBasicBlock() function