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

  /external/llvm/lib/CodeGen/
AntiDepBreaker.h 39 virtual void StartBlock(MachineBasicBlock *BB) =0;
CriticalAntiDepBreaker.h 75 void StartBlock(MachineBasicBlock *BB);
AggressiveAntiDepBreaker.h 139 void StartBlock(MachineBasicBlock *BB);
CriticalAntiDepBreaker.cpp 44 void CriticalAntiDepBreaker::StartBlock(MachineBasicBlock *BB) {
PostRASchedulerList.cpp 142 /// startBlock - Initialize register live-range state for scheduling in
145 void startBlock(MachineBasicBlock *BB);
304 Scheduler.startBlock(MBB);
347 /// StartBlock - Initialize register live-range state for scheduling in
350 void SchedulePostRATDList::startBlock(MachineBasicBlock *BB) {
352 ScheduleDAGInstrs::startBlock(BB);
357 AntiDepBreak->StartBlock(BB);
AggressiveAntiDepBreaker.cpp 147 void AggressiveAntiDepBreaker::StartBlock(MachineBasicBlock *BB) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
  /external/v8/src/
parser.cc 851 StartBlock(assignment);
909 void StartBlock(Assignment* assignment) {
    [all...]

Completed in 178 milliseconds