Searched defs:MachineBasicBlock (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp67 for (MachineBasicBlock::const_iterator II = I->begin(), IE = I->end();
269 SmallPtrSet<const MachineBasicBlock*, 4> &MBBs) {
292 bool LexicalScopes::dominates(DebugLoc DL, MachineBasicBlock *MBB) {
302 for (MachineBasicBlock::iterator I = MBB->begin(), E = MBB->end();
268 getMachineBasicBlocks(DebugLoc DL, SmallPtrSet<const MachineBasicBlock*, 4> &MBBs) argument
H A DMachineBasicBlock.cpp1 //===-- llvm/CodeGen/MachineBasicBlock.cpp ----------------------*- C++ -*-===//
14 #include "llvm/CodeGen/MachineBasicBlock.h"
38 MachineBasicBlock::MachineBasicBlock(MachineFunction &mf, const BasicBlock *bb) function in class:MachineBasicBlock
44 MachineBasicBlock::~MachineBasicBlock() {
50 MCSymbol *MachineBasicBlock::getSymbol() const {
60 raw_ostream &llvm::operator<<(raw_ostream &OS, const MachineBasicBlock &MBB) {
72 void ilist_traits<MachineBasicBlock>::addNodeToList(MachineBasicBlock *
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h59 operator MachineBasicBlock::iterator() const { return MI; }
98 const MachineInstrBuilder &addMBB(MachineBasicBlock *MBB,
241 /// instruction before the given position in the given MachineBasicBlock, and
244 inline MachineInstrBuilder BuildMI(MachineBasicBlock &BB,
245 MachineBasicBlock::iterator I,
255 inline MachineInstrBuilder BuildMI(MachineBasicBlock &BB,
256 MachineBasicBlock::instr_iterator I,
266 inline MachineInstrBuilder BuildMI(MachineBasicBlock &BB,
272 MachineBasicBlock::instr_iterator MII = I;
276 MachineBasicBlock
[all...]
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;
100 MachineBasicBlock() {} function in class:llvm::MachineBasicBlock
102 explicit MachineBasicBlock(MachineFunctio
[all...]

Completed in 361 milliseconds