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

  /external/llvm/lib/CodeGen/
AntiDepBreaker.h 38 virtual void StartBlock(MachineBasicBlock *BB) =0;
CriticalAntiDepBreaker.h 73 void StartBlock(MachineBasicBlock *BB) override;
AggressiveAntiDepBreaker.h 133 void StartBlock(MachineBasicBlock *BB) override;
CodeGenPrepare.cpp     [all...]
CriticalAntiDepBreaker.cpp 41 void CriticalAntiDepBreaker::StartBlock(MachineBasicBlock *BB) {
PostRASchedulerList.cpp 155 /// startBlock - Initialize register live-range state for scheduling in
158 void startBlock(MachineBasicBlock *BB) override;
331 Scheduler.startBlock(&MBB);
376 /// StartBlock - Initialize register live-range state for scheduling in
379 void SchedulePostRATDList::startBlock(MachineBasicBlock *BB) {
381 ScheduleDAGInstrs::startBlock(BB);
386 AntiDepBreak->StartBlock(BB);
AggressiveAntiDepBreaker.cpp 141 void AggressiveAntiDepBreaker::StartBlock(MachineBasicBlock *BB) {
    [all...]
  /external/swiftshader/third_party/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/v8/src/compiler/
instruction-scheduler.h 34 void StartBlock(RpoNumber rpo);
instruction-scheduler.cc 93 void InstructionScheduler::StartBlock(RpoNumber rpo) {
100 sequence()->StartBlock(rpo);
instruction-selector.h 69 void StartBlock(RpoNumber rpo);
instruction-selector.cc 88 StartBlock(RpoNumber::FromInt(block->rpo_number()));
101 void InstructionSelector::StartBlock(RpoNumber rpo) {
104 scheduler_->StartBlock(rpo);
106 sequence()->StartBlock(rpo);
    [all...]
instruction.cc 834 void InstructionSequence::StartBlock(RpoNumber rpo) {
    [all...]
instruction.h     [all...]

Completed in 840 milliseconds