HomeSort by relevance Sort by last modified time
    Searched refs:Successors (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MIRPrinter.h 33 /// Determine a possible list of successors of a basic block based on the
37 /// The MIRPRinter will skip printing successors if they match the result of
41 SmallVectorImpl<MachineBasicBlock*> &Successors,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MIRPrinter.h 33 /// Determine a possible list of successors of a basic block based on the
37 /// The MIRPRinter will skip printing successors if they match the result of
41 SmallVectorImpl<MachineBasicBlock*> &Successors,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MIRPrinter.h 33 /// Determine a possible list of successors of a basic block based on the
37 /// The MIRPRinter will skip printing successors if they match the result of
41 SmallVectorImpl<MachineBasicBlock*> &Successors,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MIRPrinter.h 33 /// Determine a possible list of successors of a basic block based on the
37 /// The MIRPRinter will skip printing successors if they match the result of
41 SmallVectorImpl<MachineBasicBlock*> &Successors,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MIRPrinter.h 33 /// Determine a possible list of successors of a basic block based on the
37 /// The MIRPRinter will skip printing successors if they match the result of
41 SmallVectorImpl<MachineBasicBlock*> &Successors,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MIRPrinter.h 33 /// Determine a possible list of successors of a basic block based on the
37 /// The MIRPRinter will skip printing successors if they match the result of
41 SmallVectorImpl<MachineBasicBlock*> &Successors,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MIRPrinter.h 33 /// Determine a possible list of successors of a basic block based on the
37 /// The MIRPRinter will skip printing successors if they match the result of
41 SmallVectorImpl<MachineBasicBlock*> &Successors,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MIRPrinter.h 33 /// Determine a possible list of successors of a basic block based on the
37 /// The MIRPRinter will skip printing successors if they match the result of
41 SmallVectorImpl<MachineBasicBlock*> &Successors,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MIRPrinter.h 33 /// Determine a possible list of successors of a basic block based on the
37 /// The MIRPRinter will skip printing successors if they match the result of
41 SmallVectorImpl<MachineBasicBlock*> &Successors,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MIRPrinter.h 33 /// Determine a possible list of successors of a basic block based on the
37 /// The MIRPRinter will skip printing successors if they match the result of
41 SmallVectorImpl<MachineBasicBlock*> &Successors,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MIRPrinter.h 33 /// Determine a possible list of successors of a basic block based on the
37 /// The MIRPRinter will skip printing successors if they match the result of
41 SmallVectorImpl<MachineBasicBlock*> &Successors,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MIRPrinter.h 33 /// Determine a possible list of successors of a basic block based on the
37 /// The MIRPRinter will skip printing successors if they match the result of
41 SmallVectorImpl<MachineBasicBlock*> &Successors,
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Interval.h 52 : HeaderNode(I.HeaderNode), Nodes(I.Nodes), Successors(I.Successors) {}
60 /// Successors - List of BasicBlocks that are reachable directly from nodes in
64 std::vector<BasicBlock*> Successors;
67 /// as one of their successors.
82 for (unsigned i = 0; i < Successors.size(); ++i)
83 if (Successors[i] == BB) return true;
86 //return find(Successors.begin(), Successors.end(), BB) != Successors.end()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Interval.cpp 54 OS << "Interval Successors:\n";
55 for (std::vector<BasicBlock*>::const_iterator I = Successors.begin(),
56 E = Successors.end(); I != E; ++I)
  /external/llvm/include/llvm/Analysis/
Interval.h 57 /// Successors - List of BasicBlocks that are reachable directly from nodes in
61 std::vector<BasicBlock*> Successors;
64 /// as one of their successors.
80 for (BasicBlock *Successor : Successors)
85 //return find(Successors.begin(), Successors.end(), BB) != Successors.end();
107 return I->Successors.begin();
110 return I->Successors.end();
  /external/llvm/lib/Analysis/
Interval.cpp 52 OS << "Interval Successors:\n";
53 for (const BasicBlock *Successor : Successors)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 57 /// Successors - List of BasicBlocks that are reachable directly from nodes in
61 std::vector<BasicBlock*> Successors;
64 /// as one of their successors.
80 for (BasicBlock *Successor : Successors)
85 //return find(Successors.begin(), Successors.end(), BB) != Successors.end();
107 return I->Successors.begin();
110 return I->Successors.end();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
Interval.h 57 /// Successors - List of BasicBlocks that are reachable directly from nodes in
61 std::vector<BasicBlock*> Successors;
64 /// as one of their successors.
80 for (BasicBlock *Successor : Successors)
85 //return find(Successors.begin(), Successors.end(), BB) != Successors.end();
107 return I->Successors.begin();
110 return I->Successors.end();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
Interval.h 57 /// Successors - List of BasicBlocks that are reachable directly from nodes in
61 std::vector<BasicBlock*> Successors;
64 /// as one of their successors.
80 for (BasicBlock *Successor : Successors)
85 //return find(Successors.begin(), Successors.end(), BB) != Successors.end();
107 return I->Successors.begin();
110 return I->Successors.end();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
Interval.h 57 /// Successors - List of BasicBlocks that are reachable directly from nodes in
60 std::vector<BasicBlock*> Successors;
63 /// as one of their successors.
78 for (BasicBlock *Successor : Successors)
83 //return find(Successors.begin(), Successors.end(), BB) != Successors.end();
104 return I->Successors.begin();
107 return I->Successors.end();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
Interval.h 57 /// Successors - List of BasicBlocks that are reachable directly from nodes in
60 std::vector<BasicBlock*> Successors;
63 /// as one of their successors.
78 for (BasicBlock *Successor : Successors)
83 //return find(Successors.begin(), Successors.end(), BB) != Successors.end();
104 return I->Successors.begin();
107 return I->Successors.end();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
Interval.h 57 /// Successors - List of BasicBlocks that are reachable directly from nodes in
60 std::vector<BasicBlock*> Successors;
63 /// as one of their successors.
78 for (BasicBlock *Successor : Successors)
83 //return find(Successors.begin(), Successors.end(), BB) != Successors.end();
104 return I->Successors.begin();
107 return I->Successors.end();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
Interval.h 57 /// Successors - List of BasicBlocks that are reachable directly from nodes in
60 std::vector<BasicBlock*> Successors;
63 /// as one of their successors.
78 for (BasicBlock *Successor : Successors)
83 //return find(Successors.begin(), Successors.end(), BB) != Successors.end();
104 return I->Successors.begin();
107 return I->Successors.end();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
Interval.h 57 /// Successors - List of BasicBlocks that are reachable directly from nodes in
61 std::vector<BasicBlock*> Successors;
64 /// as one of their successors.
80 for (BasicBlock *Successor : Successors)
85 //return find(Successors.begin(), Successors.end(), BB) != Successors.end();
107 return I->Successors.begin();
110 return I->Successors.end();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
Interval.h 57 /// Successors - List of BasicBlocks that are reachable directly from nodes in
61 std::vector<BasicBlock*> Successors;
64 /// as one of their successors.
80 for (BasicBlock *Successor : Successors)
85 //return find(Successors.begin(), Successors.end(), BB) != Successors.end();
107 return I->Successors.begin();
110 return I->Successors.end();

Completed in 1019 milliseconds

1 2 3 4