OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MachineBasicBlock
(Results
26 - 35
of
35
) sorted by null
1
2
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineBasicBlock.h
1
//===- llvm/CodeGen/
MachineBasicBlock
.h -------------------------*- C++ -*-===//
50
friend class
MachineBasicBlock
; // Set by the owning
MachineBasicBlock
.
52
MachineBasicBlock
*Parent;
65
class
MachineBasicBlock
66
: public ilist_node_with_parent<
MachineBasicBlock
, MachineFunction> {
89
std::vector<
MachineBasicBlock
*> Predecessors;
90
std::vector<
MachineBasicBlock
*> Successors;
126
MachineBasicBlock
() = default;
128
explicit
MachineBasicBlock
(MachineFunction &MF, const BasicBlock *BB)
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineBasicBlock.h
1
//===- llvm/CodeGen/
MachineBasicBlock
.h -------------------------*- C++ -*-===//
50
friend class
MachineBasicBlock
; // Set by the owning
MachineBasicBlock
.
52
MachineBasicBlock
*Parent;
65
class
MachineBasicBlock
66
: public ilist_node_with_parent<
MachineBasicBlock
, MachineFunction> {
89
std::vector<
MachineBasicBlock
*> Predecessors;
90
std::vector<
MachineBasicBlock
*> Successors;
126
MachineBasicBlock
() = default;
128
explicit
MachineBasicBlock
(MachineFunction &MF, const BasicBlock *BB)
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineBasicBlock.h
1
//===- llvm/CodeGen/
MachineBasicBlock
.h -------------------------*- C++ -*-===//
50
friend class
MachineBasicBlock
; // Set by the owning
MachineBasicBlock
.
52
MachineBasicBlock
*Parent;
65
class
MachineBasicBlock
66
: public ilist_node_with_parent<
MachineBasicBlock
, MachineFunction> {
89
std::vector<
MachineBasicBlock
*> Predecessors;
90
std::vector<
MachineBasicBlock
*> Successors;
126
MachineBasicBlock
() = default;
128
explicit
MachineBasicBlock
(MachineFunction &MF, const BasicBlock *BB)
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineBasicBlock.h
1
//===- llvm/CodeGen/
MachineBasicBlock
.h -------------------------*- C++ -*-===//
50
friend class
MachineBasicBlock
; // Set by the owning
MachineBasicBlock
.
52
MachineBasicBlock
*Parent;
65
class
MachineBasicBlock
66
: public ilist_node_with_parent<
MachineBasicBlock
, MachineFunction> {
89
std::vector<
MachineBasicBlock
*> Predecessors;
90
std::vector<
MachineBasicBlock
*> Successors;
126
MachineBasicBlock
() = default;
128
explicit
MachineBasicBlock
(MachineFunction &MF, const BasicBlock *BB)
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineBasicBlock.h
1
//===- llvm/CodeGen/
MachineBasicBlock
.h -------------------------*- C++ -*-===//
50
friend class
MachineBasicBlock
; // Set by the owning
MachineBasicBlock
.
52
MachineBasicBlock
*Parent;
65
class
MachineBasicBlock
66
: public ilist_node_with_parent<
MachineBasicBlock
, MachineFunction> {
89
std::vector<
MachineBasicBlock
*> Predecessors;
90
std::vector<
MachineBasicBlock
*> Successors;
126
MachineBasicBlock
() = default;
128
explicit
MachineBasicBlock
(MachineFunction &MF, const BasicBlock *BB)
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineBasicBlock.h
1
//===- llvm/CodeGen/
MachineBasicBlock
.h -------------------------*- C++ -*-===//
50
friend class
MachineBasicBlock
; // Set by the owning
MachineBasicBlock
.
52
MachineBasicBlock
*Parent;
65
class
MachineBasicBlock
66
: public ilist_node_with_parent<
MachineBasicBlock
, MachineFunction> {
89
std::vector<
MachineBasicBlock
*> Predecessors;
90
std::vector<
MachineBasicBlock
*> Successors;
126
MachineBasicBlock
() = default;
128
explicit
MachineBasicBlock
(MachineFunction &MF, const BasicBlock *BB)
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineBasicBlock.h
1
//===- llvm/CodeGen/
MachineBasicBlock
.h -------------------------*- C++ -*-===//
50
friend class
MachineBasicBlock
; // Set by the owning
MachineBasicBlock
.
52
MachineBasicBlock
*Parent;
65
class
MachineBasicBlock
66
: public ilist_node_with_parent<
MachineBasicBlock
, MachineFunction> {
89
std::vector<
MachineBasicBlock
*> Predecessors;
90
std::vector<
MachineBasicBlock
*> Successors;
126
MachineBasicBlock
() = default;
128
explicit
MachineBasicBlock
(MachineFunction &MF, const BasicBlock *BB)
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
1
//===-- llvm/CodeGen/
MachineBasicBlock
.h ------------------------*- C++ -*-===//
46
// this is only set by the
MachineBasicBlock
owning the LiveList
47
friend class
MachineBasicBlock
;
48
MachineBasicBlock
* Parent;
70
class
MachineBasicBlock
71
: public ilist_node_with_parent<
MachineBasicBlock
, MachineFunction> {
93
std::vector<
MachineBasicBlock
*> Predecessors;
94
std::vector<
MachineBasicBlock
*> Successors;
130
MachineBasicBlock
() {}
132
explicit
MachineBasicBlock
(MachineFunction &MF, const BasicBlock *BB)
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
1
//===-- llvm/CodeGen/
MachineBasicBlock
.h ------------------------*- C++ -*-===//
41
friend class
MachineBasicBlock
; // Set by the owning
MachineBasicBlock
.
42
MachineBasicBlock
*Parent;
56
class
MachineBasicBlock
57
: public ilist_node_with_parent<
MachineBasicBlock
, MachineFunction> {
79
std::vector<
MachineBasicBlock
*> Predecessors;
80
std::vector<
MachineBasicBlock
*> Successors;
116
MachineBasicBlock
() {}
118
explicit
MachineBasicBlock
(MachineFunction &MF, const BasicBlock *BB)
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
1
//===-- llvm/CodeGen/
MachineBasicBlock
.h ------------------------*- C++ -*-===//
41
friend class
MachineBasicBlock
; // Set by the owning
MachineBasicBlock
.
42
MachineBasicBlock
*Parent;
56
class
MachineBasicBlock
57
: public ilist_node_with_parent<
MachineBasicBlock
, MachineFunction> {
79
std::vector<
MachineBasicBlock
*> Predecessors;
80
std::vector<
MachineBasicBlock
*> Successors;
116
MachineBasicBlock
() {}
118
explicit
MachineBasicBlock
(MachineFunction &MF, const BasicBlock *BB)
[
all
...]
Completed in 1308 milliseconds
1
2