HomeSort by: relevance | last modified time | path
    Searched defs:MachineBasicBlock (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBasicBlock.cpp 1 //===-- llvm/CodeGen/MachineBasicBlock.cpp ----------------------*- C++ -*-===//
13 #include "llvm/CodeGen/MachineBasicBlock.h"
49 MachineBasicBlock::MachineBasicBlock(MachineFunction &MF, const BasicBlock *B)
56 MachineBasicBlock::~MachineBasicBlock() {
60 MCSymbol *MachineBasicBlock::getSymbol() const {
91 MCSymbol *MachineBasicBlock::getEHCatchretSymbol() const {
102 MCSymbol *MachineBasicBlock::getEndSymbol() const {
114 raw_ostream &llvm::operator<<(raw_ostream &OS, const MachineBasicBlock &MBB)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 23 #include "llvm/CodeGen/MachineBasicBlock.h"
79 MachineInstrBuilder(MachineFunction &F, MachineBasicBlock::iterator I)
85 operator MachineBasicBlock::iterator() const { return MI; }
146 const MachineInstrBuilder &addMBB(MachineBasicBlock *MBB,
342 /// the given position in the given MachineBasicBlock, and sets up the first
344 inline MachineInstrBuilder BuildMI(MachineBasicBlock &BB,
345 MachineBasicBlock::iterator I,
355 /// the given position in the given MachineBasicBlock, and sets up the first
360 inline MachineInstrBuilder BuildMI(MachineBasicBlock &BB,
361 MachineBasicBlock::instr_iterator I
    [all...]
MachineBasicBlock.h 1 //===- llvm/CodeGen/MachineBasicBlock.h -------------------------*- C++ -*-===//
80 friend class MachineBasicBlock; // Set by the owning MachineBasicBlock.
82 MachineBasicBlock *Parent;
95 class MachineBasicBlock
96 : public ilist_node_with_parent<MachineBasicBlock, MachineFunction> {
119 std::vector<MachineBasicBlock *> Predecessors;
120 std::vector<MachineBasicBlock *> Successors;
189 MachineBasicBlock() = default;
191 explicit MachineBasicBlock(MachineFunction &MF, const BasicBlock *BB)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MILexer.h 144 MachineBasicBlock,
226 return Kind == IntegerLiteral || Kind == MachineBasicBlock ||

Completed in 22 milliseconds