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

  /external/swiftshader/third_party/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/lib/CodeGen/
MachineDominators.cpp 37 char MachineDominatorTree::ID = 0;
39 INITIALIZE_PASS(MachineDominatorTree, "machinedomtree",
42 char &llvm::MachineDominatorsID = MachineDominatorTree::ID;
44 void MachineDominatorTree::getAnalysisUsage(AnalysisUsage &AU) const {
49 bool MachineDominatorTree::runOnMachineFunction(MachineFunction &F) {
57 MachineDominatorTree::MachineDominatorTree()
63 MachineDominatorTree::~MachineDominatorTree() {
67 void MachineDominatorTree::releaseMemory()
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineDominators.h 40 class MachineDominatorTree : public MachineFunctionPass {
45 MachineDominatorTree();
47 ~MachineDominatorTree();
194 template <> struct GraphTraits<MachineDominatorTree*>
196 static NodeType *getEntryNode(MachineDominatorTree *DT) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominators.h 42 class MachineDominatorTree : public MachineFunctionPass {
76 MachineDominatorTree();
283 template <> struct GraphTraits<MachineDominatorTree*>
285 static NodeRef getEntryNode(MachineDominatorTree *DT) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineDominators.h 45 class MachineDominatorTree : public MachineFunctionPass {
80 MachineDominatorTree();
287 template <> struct GraphTraits<MachineDominatorTree*>
289 static NodeRef getEntryNode(MachineDominatorTree *DT) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineDominators.h 45 class MachineDominatorTree : public MachineFunctionPass {
80 MachineDominatorTree();
287 template <> struct GraphTraits<MachineDominatorTree*>
289 static NodeRef getEntryNode(MachineDominatorTree *DT) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineDominators.h 47 class MachineDominatorTree : public MachineFunctionPass {
82 MachineDominatorTree();
288 template <> struct GraphTraits<MachineDominatorTree*>
290 static NodeRef getEntryNode(MachineDominatorTree *DT) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineDominators.h 47 class MachineDominatorTree : public MachineFunctionPass {
82 MachineDominatorTree();
288 template <> struct GraphTraits<MachineDominatorTree*>
290 static NodeRef getEntryNode(MachineDominatorTree *DT) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineDominators.h 47 class MachineDominatorTree : public MachineFunctionPass {
82 MachineDominatorTree();
288 template <> struct GraphTraits<MachineDominatorTree*>
290 static NodeRef getEntryNode(MachineDominatorTree *DT) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineDominators.h 47 class MachineDominatorTree : public MachineFunctionPass {
82 MachineDominatorTree();
288 template <> struct GraphTraits<MachineDominatorTree*>
290 static NodeRef getEntryNode(MachineDominatorTree *DT) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineDominators.h 42 class MachineDominatorTree : public MachineFunctionPass {
76 MachineDominatorTree();
283 template <> struct GraphTraits<MachineDominatorTree*>
285 static NodeRef getEntryNode(MachineDominatorTree *DT) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineDominators.h 45 class MachineDominatorTree : public MachineFunctionPass {
80 MachineDominatorTree();
287 template <> struct GraphTraits<MachineDominatorTree*>
289 static NodeRef getEntryNode(MachineDominatorTree *DT) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineDominators.h 45 class MachineDominatorTree : public MachineFunctionPass {
80 MachineDominatorTree();
287 template <> struct GraphTraits<MachineDominatorTree*>
289 static NodeRef getEntryNode(MachineDominatorTree *DT) {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineDominators.h 47 class MachineDominatorTree : public MachineFunctionPass {
82 MachineDominatorTree();
288 template <> struct GraphTraits<MachineDominatorTree*>
290 static NodeRef getEntryNode(MachineDominatorTree *DT) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineDominators.h 47 class MachineDominatorTree : public MachineFunctionPass {
82 MachineDominatorTree();
288 template <> struct GraphTraits<MachineDominatorTree*>
290 static NodeRef getEntryNode(MachineDominatorTree *DT) {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineDominators.h 47 class MachineDominatorTree : public MachineFunctionPass {
82 MachineDominatorTree();
288 template <> struct GraphTraits<MachineDominatorTree*>
290 static NodeRef getEntryNode(MachineDominatorTree *DT) {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineDominators.h 47 class MachineDominatorTree : public MachineFunctionPass {
82 MachineDominatorTree();
288 template <> struct GraphTraits<MachineDominatorTree*>
290 static NodeRef getEntryNode(MachineDominatorTree *DT) {
  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 41 class MachineDominatorTree : public MachineFunctionPass {
73 MachineDominatorTree();
75 ~MachineDominatorTree() override;
247 inline bool compare(const MachineDominatorTree &Other) const {
297 template <> struct GraphTraits<MachineDominatorTree*>
299 static NodeType *getEntryNode(MachineDominatorTree *DT) {

Completed in 318 milliseconds