Searched defs:MachineDominatorTree (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineDominators.cpp25 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() function in class:MachineDominatorTree
49 MachineDominatorTree::~MachineDominatorTree() {
53 void MachineDominatorTree
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h40 class MachineDominatorTree : public MachineFunctionPass { class in namespace:llvm
45 MachineDominatorTree();
47 ~MachineDominatorTree();
196 template <> struct GraphTraits<MachineDominatorTree*>
198 static NodeType *getEntryNode(MachineDominatorTree *DT) {

Completed in 101 milliseconds