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

  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 811 if (PacketSU->isSucc(PacketSUDep)) {
876 if (PacketSU->isSucc(SU)) {
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp 196 if (SUJ->isSucc(SUI)) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h 404 /// isSucc - Test if node N is a successor of this node.
405 bool isSucc(SUnit *N) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 441 bool isSucc(const SUnit *N) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 441 bool isSucc(const SUnit *N) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAG.h 441 bool isSucc(const SUnit *N) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAG.h 444 bool isSucc(const SUnit *N) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAG.h 444 bool isSucc(const SUnit *N) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAG.h 444 bool isSucc(const SUnit *N) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAG.h 444 bool isSucc(const SUnit *N) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 441 bool isSucc(const SUnit *N) const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 441 bool isSucc(const SUnit *N) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAG.h 441 bool isSucc(const SUnit *N) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAG.h 444 bool isSucc(const SUnit *N) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAG.h 444 bool isSucc(const SUnit *N) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAG.h 444 bool isSucc(const SUnit *N) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAG.h 444 bool isSucc(const SUnit *N) const {
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 459 /// isSucc - Test if node N is a successor of this node.
460 bool isSucc(SUnit *N) {
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp 306 bool isLoopCarriedOrder(SUnit *Source, const SDep &Dep, bool isSucc = true);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 747 if (SU->isSucc(OldSU))
759 assert(!SU->isSucc(OldSU) && "Something is wrong!");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]

Completed in 554 milliseconds