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 26 char MachineDominatorTree::ID = 0;
28 INITIALIZE_PASS(MachineDominatorTree, "machinedomtree",
31 char &llvm::MachineDominatorsID = MachineDominatorTree::ID;
33 void MachineDominatorTree::getAnalysisUsage(AnalysisUsage &AU) const {
38 bool MachineDominatorTree::runOnMachineFunction(MachineFunction &F) {
46 MachineDominatorTree::MachineDominatorTree()
52 MachineDominatorTree::~MachineDominatorTree() {
56 void MachineDominatorTree::releaseMemory()
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 41 class MachineDominatorTree : public MachineFunctionPass {
73 MachineDominatorTree();
75 ~MachineDominatorTree() override;
274 template <> struct GraphTraits<MachineDominatorTree*>
276 static NodeType *getEntryNode(MachineDominatorTree *DT) {

Completed in 150 milliseconds