Searched defs:MachineBasicBlock (Results 1 - 3 of 3) sorted by last modified time

/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1 //===-- llvm/CodeGen/MachineBasicBlock.h ------------------------*- C++ -*-===//
38 // this is only set by the MachineBasicBlock owning the LiveList
39 friend class MachineBasicBlock;
40 MachineBasicBlock* Parent;
62 class MachineBasicBlock : public ilist_node<MachineBasicBlock> { class in namespace:llvm
71 std::vector<MachineBasicBlock *> Predecessors;
72 std::vector<MachineBasicBlock *> Successors;
103 MachineBasicBlock() {} function in class:llvm::MachineBasicBlock
105 explicit MachineBasicBlock(MachineFunctio
[all...]
H A DMachineInstrBuilder.h59 operator MachineBasicBlock::iterator() const { return MI; }
98 const MachineInstrBuilder &addMBB(MachineBasicBlock *MBB,
246 /// instruction before the given position in the given MachineBasicBlock, and
249 inline MachineInstrBuilder BuildMI(MachineBasicBlock &BB,
250 MachineBasicBlock::iterator I,
260 inline MachineInstrBuilder BuildMI(MachineBasicBlock &BB,
261 MachineBasicBlock::instr_iterator I,
271 inline MachineInstrBuilder BuildMI(MachineBasicBlock &BB,
277 MachineBasicBlock::instr_iterator MII = I;
281 MachineBasicBlock
[all...]
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1 //===-- llvm/CodeGen/MachineBasicBlock.cpp ----------------------*- C++ -*-===//
14 #include "llvm/CodeGen/MachineBasicBlock.h"
40 MachineBasicBlock::MachineBasicBlock(MachineFunction &mf, const BasicBlock *bb) function in class:MachineBasicBlock
46 MachineBasicBlock::~MachineBasicBlock() {
52 MCSymbol *MachineBasicBlock::getSymbol() const {
67 raw_ostream &llvm::operator<<(raw_ostream &OS, const MachineBasicBlock &MBB) {
79 void ilist_traits<MachineBasicBlock>::addNodeToList(MachineBasicBlock *
[all...]

Completed in 109 milliseconds