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

  /external/llvm/lib/CodeGen/
MachineDominators.cpp 25 char MachineDominatorTree::ID = 0;
27 INITIALIZE_PASS(MachineDominatorTree, "machinedomtree",
30 char &llvm::MachineDominatorsID = MachineDominatorTree::ID;
32 void MachineDominatorTree::getAnalysisUsage(AnalysisUsage &AU) const {
37 bool MachineDominatorTree::runOnMachineFunction(MachineFunction &F) {
43 MachineDominatorTree::MachineDominatorTree()
49 MachineDominatorTree::~MachineDominatorTree() {
53 void MachineDominatorTree::releaseMemory()
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 40 class MachineDominatorTree : public MachineFunctionPass {
45 MachineDominatorTree();
47 ~MachineDominatorTree();
193 template <> struct GraphTraits<MachineDominatorTree*>
195 static NodeType *getEntryNode(MachineDominatorTree *DT) {

Completed in 138 milliseconds