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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 147 void AggressiveAntiDepBreaker::StartBlock(MachineBasicBlock *BB) {
    [all...]
CriticalAntiDepBreaker.cpp 43 void CriticalAntiDepBreaker::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.cpp 136 void ScheduleDAGInstrs::StartBlock(MachineBasicBlock *BB) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 153 void AggressiveAntiDepBreaker::StartBlock(MachineBasicBlock *BB) {
    [all...]
CriticalAntiDepBreaker.cpp 55 void CriticalAntiDepBreaker::StartBlock(MachineBasicBlock *BB) {
ExpandMemCmp.cpp 569 BasicBlock *StartBlock = CI->getParent();
570 EndBlock = StartBlock->splitBasicBlock(CI, "endblock");
585 StartBlock->getTerminator()->setSuccessor(0, LoadCmpBlocks[0]);
CodeGenPrepare.cpp     [all...]
  /external/v8/src/compiler/
instruction-scheduler.cc 92 void InstructionScheduler::StartBlock(RpoNumber rpo) {
99 sequence()->StartBlock(rpo);
instruction.cc 860 void InstructionSequence::StartBlock(RpoNumber rpo) {
    [all...]
instruction-selector.cc 103 StartBlock(RpoNumber::FromInt(block->rpo_number()));
120 void InstructionSelector::StartBlock(RpoNumber rpo) {
123 scheduler_->StartBlock(rpo);
125 sequence()->StartBlock(rpo);
    [all...]
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 141 void AggressiveAntiDepBreaker::StartBlock(MachineBasicBlock *BB) {
    [all...]
CriticalAntiDepBreaker.cpp 41 void CriticalAntiDepBreaker::StartBlock(MachineBasicBlock *BB) {
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemorySSAUpdater.cpp 305 BasicBlock *StartBlock = MD->getBlock();
308 MemoryAccess *FirstDef = &*MSSA->getWritableBlockDefs(StartBlock)->begin();

Completed in 1109 milliseconds