/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGVLIW.cpp | 88 void releaseSuccessors(SUnit *SU); 140 void ScheduleDAGVLIW::releaseSuccessors(SUnit *SU) { 162 releaseSuccessors(SU); 173 releaseSuccessors(&EntrySU);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGVLIW.cpp | 88 void releaseSuccessors(SUnit *SU); 139 void ScheduleDAGVLIW::releaseSuccessors(SUnit *SU) { 161 releaseSuccessors(SU); 172 releaseSuccessors(&EntrySU);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
GCNMinRegStrategy.cpp | 78 void releaseSuccessors(const SUnit* SU, int Priority); 221 void GCNMinRegScheduler::releaseSuccessors(const SUnit* SU, int Priority) { 246 releaseSuccessors(&DAG.EntrySU, StepNo); 263 releaseSuccessors(SU, StepNo);
|
SIMachineScheduler.h | 203 void releaseSuccessors(SUnit *SU, bool InOrOutBlock);
|
SIMachineScheduler.cpp | 484 void SIScheduleBlock::releaseSuccessors(SUnit *SU, bool InOrOutBlock) { 510 releaseSuccessors(SU, true); 530 releaseSuccessors(SU, false); [all...] |
/external/llvm/lib/Target/AMDGPU/ |
SIMachineScheduler.h | 196 void releaseSuccessors(SUnit *SU, bool InOrOutBlock);
|
SIMachineScheduler.cpp | 463 void SIScheduleBlock::releaseSuccessors(SUnit *SU, bool InOrOutBlock) { 487 releaseSuccessors(SU, true); 507 releaseSuccessors(SU, false); [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineScheduler.h | 347 void releaseSuccessors(SUnit *SU); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
MachineScheduler.h | 387 void releaseSuccessors(SUnit *SU); [all...] |
/external/llvm/lib/CodeGen/ |
MachineScheduler.cpp | 581 /// releaseSuccessors - Call releaseSucc on each of SU's successors. 582 void ScheduleDAGMI::releaseSuccessors(SUnit *SU) { 801 releaseSuccessors(&EntrySU); 815 releaseSuccessors(SU); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
MachineScheduler.cpp | 651 /// releaseSuccessors - Call releaseSucc on each of SU's successors. 652 void ScheduleDAGMI::releaseSuccessors(SUnit *SU) { 875 releaseSuccessors(&EntrySU); 889 releaseSuccessors(SU); [all...] |