HomeSort by relevance Sort by last modified time
    Searched refs:MachinePostDominatorTree (Results 26 - 36 of 36) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 25 struct MachinePostDominatorTree;
39 typedef MachinePostDominatorTree PostDomTreeT;
88 MachinePostDominatorTree *PDT,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineRegionInfo.h 26 struct MachinePostDominatorTree;
39 using PostDomTreeT = MachinePostDominatorTree;
83 MachinePostDominatorTree *PDT, MachineDominanceFrontier *DF);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineRegionInfo.h 26 struct MachinePostDominatorTree;
39 using PostDomTreeT = MachinePostDominatorTree;
83 MachinePostDominatorTree *PDT, MachineDominanceFrontier *DF);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineRegionInfo.h 26 struct MachinePostDominatorTree;
39 using PostDomTreeT = MachinePostDominatorTree;
83 MachinePostDominatorTree *PDT, MachineDominanceFrontier *DF);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineRegionInfo.h 26 struct MachinePostDominatorTree;
39 using PostDomTreeT = MachinePostDominatorTree;
83 MachinePostDominatorTree *PDT, MachineDominanceFrontier *DF);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineRegionInfo.h 26 struct MachinePostDominatorTree;
39 using PostDomTreeT = MachinePostDominatorTree;
83 MachinePostDominatorTree *PDT, MachineDominanceFrontier *DF);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineRegionInfo.h 26 struct MachinePostDominatorTree;
39 using PostDomTreeT = MachinePostDominatorTree;
83 MachinePostDominatorTree *PDT, MachineDominanceFrontier *DF);
  /external/llvm/lib/CodeGen/
ShrinkWrap.cpp 41 // MachinePostDominatorTree.
103 MachinePostDominatorTree *MPDT;
163 MPDT = &getAnalysis<MachinePostDominatorTree>();
197 AU.addRequired<MachinePostDominatorTree>();
219 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTree)
MachineSink.cpp 62 MachinePostDominatorTree *PDT; // Machine post dominator tree
93 AU.addRequired<MachinePostDominatorTree>();
96 AU.addPreserved<MachinePostDominatorTree>();
269 PDT = &getAnalysis<MachinePostDominatorTree>();
  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 150 AU.addRequired<MachinePostDominatorTree>();
173 PDT = &getAnalysis<MachinePostDominatorTree>();
183 MachinePostDominatorTree *PDT;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 350 MachinePostDominatorTree MPT;
    [all...]

Completed in 490 milliseconds

12