/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
ScheduleDAG.h | 697 /// WillCreateCycle - Returns true if adding an edge from SU to TargetSU 699 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
ScheduleDAG.h | 730 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/ |
ScheduleDAG.h | 730 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/ |
ScheduleDAG.h | 730 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
ScheduleDAG.h | 736 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/ |
ScheduleDAG.h | 736 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/ |
ScheduleDAG.h | 736 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/ |
ScheduleDAG.h | 736 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
ScheduleDAG.h | 730 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/ |
ScheduleDAG.h | 730 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/ |
ScheduleDAG.h | 730 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/ |
ScheduleDAG.h | 736 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/ |
ScheduleDAG.h | 736 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/ |
ScheduleDAG.h | 736 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/ |
ScheduleDAG.h | 736 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/external/llvm/include/llvm/CodeGen/ |
ScheduleDAG.h | 743 /// WillCreateCycle - Return true if addPred(TargetSU, SU) creates a cycle. 744 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/external/llvm/lib/CodeGen/ |
ScheduleDAG.cpp | 599 /// WillCreateCycle - Returns true if adding an edge to TargetSU from SU will 601 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) {
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
ScheduleDAG.cpp | 568 /// WillCreateCycle - Returns true if adding an edge from SU to TargetSU will 570 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *SU, SUnit *TargetSU) {
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGRRList.cpp | 190 /// WillCreateCycle - Returns true if adding an edge from SU to TargetSU will 192 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { 193 return Topo.WillCreateCycle(SU, TargetSU); [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
ScheduleDAGRRList.cpp | 194 /// WillCreateCycle - Returns true if adding an edge from SU to TargetSU will 196 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { 197 return Topo.WillCreateCycle(SU, TargetSU); [all...] |