Home
last modified time | relevance | path

Searched defs:DomTree (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h440 const DomTreeBase<BlockT> &DomTree) { in discoverAndMapSubloop()
557 void LoopInfoBase<BlockT, LoopT>::analyze(const DomTreeBase<BlockT> &DomTree) { in analyze()
700 const DomTreeBase<BlockT> &DomTree) const { in verify()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DGenericLoopInfoImpl.h449 const DomTreeBase<BlockT> &DomTree) { in discoverAndMapSubloop()
566 void LoopInfoBase<BlockT, LoopT>::analyze(const DomTreeBase<BlockT> &DomTree) { in analyze()
708 const DomTreeBase<BlockT> &DomTree) const { in verify()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DGenericLoopInfoImpl.h449 const DomTreeBase<BlockT> &DomTree) { in discoverAndMapSubloop()
566 void LoopInfoBase<BlockT, LoopT>::analyze(const DomTreeBase<BlockT> &DomTree) { in analyze()
708 const DomTreeBase<BlockT> &DomTree) const { in verify()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DGenericLoopInfoImpl.h456 const DomTreeBase<BlockT> &DomTree) { in discoverAndMapSubloop()
573 void LoopInfoBase<BlockT, LoopT>::analyze(const DomTreeBase<BlockT> &DomTree) { in analyze()
715 const DomTreeBase<BlockT> &DomTree) const { in verify()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h420 const DomTreeBase<BlockT> &DomTree) { in discoverAndMapSubloop()
538 void LoopInfoBase<BlockT, LoopT>::analyze(const DomTreeBase<BlockT> &DomTree) { in analyze()
682 const DomTreeBase<BlockT> &DomTree) const { in verify()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DGenericLoopInfoImpl.h449 const DomTreeBase<BlockT> &DomTree) { in discoverAndMapSubloop()
566 void LoopInfoBase<BlockT, LoopT>::analyze(const DomTreeBase<BlockT> &DomTree) { in analyze()
708 const DomTreeBase<BlockT> &DomTree) const { in verify()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp706 MachineDominatorTree *DomTree; member in __anon54db63a00211::EarlyIfConverter
750 void updateDomTree(MachineDominatorTree *DomTree, const SSAIfConv &IfConv, in updateDomTree()
943 MachineDominatorTree *DomTree; member in __anon54db63a00411::EarlyIfPredicator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp767 MachineDominatorTree *DomTree; member in __anon325462660311::EarlyIfConverter
811 void updateDomTree(MachineDominatorTree *DomTree, const SSAIfConv &IfConv, in updateDomTree()
1091 MachineDominatorTree *DomTree; member in __anon325462660911::EarlyIfPredicator
H A DLiveIntervalCalc.cpp90 MachineDominatorTree *DomTree = getDomTree(); in calculate() local
H A DMachineUniformityAnalysis.cpp182 auto &DomTree = getAnalysis<MachineDominatorTree>().getBase(); in runOnMachineFunction() local
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h348 const DominatorTreeBase<BlockT> &DomTree) { in discoverAndMapSubloop()
471 analyze(const DominatorTreeBase<BlockT> &DomTree) { in analyze()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp120 MachineDominatorTree *DomTree = nullptr; in runOnMachineFunction() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.h40 MachineDominatorTree *DomTree; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h48 MachineDominatorTree *DomTree = nullptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DLiveRangeCalc.h49 MachineDominatorTree *DomTree = nullptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DLiveRangeCalc.h49 MachineDominatorTree *DomTree = nullptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DLiveRangeCalc.h49 MachineDominatorTree *DomTree = nullptr; variable
DLiveIntervals.h59 MachineDominatorTree *DomTree = nullptr; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DLiveRangeCalc.h49 MachineDominatorTree *DomTree = nullptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DLiveRangeCalc.h49 MachineDominatorTree *DomTree = nullptr; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp96 MachineDominatorTree *DomTree; member in __anon97a745910111::AArch64ConditionOptimizer
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp89 MachineDominatorTree *DomTree; member in __anon8aff3ae90111::AArch64ConditionOptimizer
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp96 MachineDominatorTree *DomTree; member in __anon6c7ebb8b0111::AArch64ConditionOptimizer
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h59 MachineDominatorTree *DomTree; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DInlineSizeEstimatorAnalysis.cpp158 auto &DomTree = FAM.getResult<DominatorTreeAnalysis>(F); in getFunctionFeatures() local

12