HomeSort by relevance Sort by last modified time
    Searched refs:StartBlock (Results 1 - 9 of 9) 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 139 /// startBlock - Initialize register live-range state for scheduling in
142 void startBlock(MachineBasicBlock *BB);
307 Scheduler.startBlock(MBB);
350 /// StartBlock - Initialize register live-range state for scheduling in
353 void SchedulePostRATDList::startBlock(MachineBasicBlock *BB) {
355 ScheduleDAGInstrs::startBlock(BB);
360 AntiDepBreak->StartBlock(BB);
AggressiveAntiDepBreaker.cpp 146 void AggressiveAntiDepBreaker::StartBlock(MachineBasicBlock *BB) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
  /external/v8/src/
parser.cc 851 StartBlock(assignment);
909 void StartBlock(Assignment* assignment) {
    [all...]

Completed in 386 milliseconds