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

  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 1 //===-- llvm/CodeGen/MachineBasicBlock.cpp ----------------------*- C++ -*-===//
14 #include "llvm/CodeGen/MachineBasicBlock.h"
40 MachineBasicBlock::MachineBasicBlock(MachineFunction &mf, const BasicBlock *bb)
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 *N)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 59 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::iterator MII = I
    [all...]
MachineBasicBlock.h 1 //===-- 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> {
71 std::vector<MachineBasicBlock *> Predecessors;
72 std::vector<MachineBasicBlock *> Successors;
103 MachineBasicBlock() {}
105 explicit MachineBasicBlock(MachineFunction &mf, const BasicBlock *bb)
    [all...]

Completed in 37 milliseconds