HomeSort by relevance Sort by last modified time
    Searched refs:StartBlock (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/CodeGen/
AntiDepBreaker.h 39 virtual void StartBlock(MachineBasicBlock *BB) =0;
CriticalAntiDepBreaker.h 76 void StartBlock(MachineBasicBlock *BB);
AggressiveAntiDepBreaker.h 139 void StartBlock(MachineBasicBlock *BB);
PostRASchedulerList.cpp 146 /// StartBlock - Initialize register live-range state for scheduling in
149 void StartBlock(MachineBasicBlock *BB);
257 Scheduler.StartBlock(MBB);
291 /// StartBlock - Initialize register live-range state for scheduling in
294 void SchedulePostRATDList::StartBlock(MachineBasicBlock *BB) {
296 ScheduleDAGInstrs::StartBlock(BB);
301 AntiDepBreak->StartBlock(BB);
ScheduleDAGInstrs.h 193 /// StartBlock - Prepare to perform scheduling in the given block.
195 virtual void StartBlock(MachineBasicBlock *BB);
CriticalAntiDepBreaker.cpp 43 void CriticalAntiDepBreaker::StartBlock(MachineBasicBlock *BB) {
AggressiveAntiDepBreaker.cpp 147 void AggressiveAntiDepBreaker::StartBlock(MachineBasicBlock *BB) {
    [all...]
ScheduleDAGInstrs.cpp 136 void ScheduleDAGInstrs::StartBlock(MachineBasicBlock *BB) {
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
  /external/v8/src/
parser.cc 845 StartBlock(assignment);
895 void StartBlock(Assignment* assignment) {
    [all...]

Completed in 156 milliseconds