Home
last modified time | relevance | path

Searched defs:DomTreeNode (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DDominators.h41 typedef DomTreeNodeBase<BasicBlock> DomTreeNode; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDominators.h74 using DomTreeNode = DomTreeNodeBase<BasicBlock>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DDominators.h92 using DomTreeNode = DomTreeNodeBase<BasicBlock>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DDominators.h96 using DomTreeNode = DomTreeNodeBase<BasicBlock>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DDominators.h92 using DomTreeNode = DomTreeNodeBase<BasicBlock>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DDominators.h92 using DomTreeNode = DomTreeNodeBase<BasicBlock>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DDominators.h92 using DomTreeNode = DomTreeNodeBase<BasicBlock>; variable
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h33 typedef llvm::DomTreeNodeBase<CFGBlock> DomTreeNode; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DDominators.h38 using DomTreeNode = llvm::DomTreeNodeBase<CFGBlock>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DDominators.h38 using DomTreeNode = llvm::DomTreeNodeBase<CFGBlock>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DDominators.h38 using DomTreeNode = llvm::DomTreeNodeBase<CFGBlock>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DDominators.h38 using DomTreeNode = llvm::DomTreeNodeBase<CFGBlock>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DLoopUtils.h23 using DomTreeNode = DomTreeNodeBase<BasicBlock>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DLoopUtils.h23 using DomTreeNode = DomTreeNodeBase<BasicBlock>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h23 using DomTreeNode = DomTreeNodeBase<BasicBlock>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DLoopUtils.h23 using DomTreeNode = DomTreeNodeBase<BasicBlock>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DLoopUtils.h23 using DomTreeNode = DomTreeNodeBase<BasicBlock>; variable
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DGenericDomTree.h352 for (const auto &DomTreeNode : this->DomTreeNodes) { in compare() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DMemorySSA.cpp250 void MemorySSA::computeDomLevels(DenseMap<DomTreeNode *, unsigned> &DomLevels) { in computeDomLevels()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2346 SmallDenseMap<DomTreeNode *, int, 4> &DTCostMap) { in computeDomSubtreeCost()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2571 SmallDenseMap<DomTreeNode *, InstructionCost, 4> &DTCostMap) { in computeDomSubtreeCost()