Home
last modified time | relevance | path

Searched defs:DominatorTreeBase (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTree.h46 class DominatorTreeBase; variable
56 friend class DominatorTreeBase<NodeT, false>; variable
57 friend class DominatorTreeBase<NodeT, true>; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePostDominators.cpp20 template class DominatorTreeBase<MachineBasicBlock, true>; // PostDomTreeBase variable
DMachineDominators.cpp34 template class DominatorTreeBase<MachineBasicBlock, false>; // DomTreeBase variable
/external/llvm/include/llvm/Support/
DGenericDomTree.h65 template <class NodeT> class DominatorTreeBase; variable
75 template <class N> friend class DominatorTreeBase; variable
317 explicit DominatorTreeBase(bool isPostDom) in DominatorTreeBase() function
320 DominatorTreeBase(DominatorTreeBase &&Arg) in DominatorTreeBase() function
/external/llvm/lib/CodeGen/
DMachineDominators.cpp34 template class DominatorTreeBase<MachineBasicBlock>; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDominators.cpp67 template class llvm::DominatorTreeBase<BasicBlock, false>; // DomTreeBase member in llvm
68 template class llvm::DominatorTreeBase<BasicBlock, true>; // PostDomTreeBase member in llvm
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominators.h59 template<class NodeT> class DominatorTreeBase; variable
70 template<class N> friend class DominatorTreeBase; variable
288 explicit DominatorTreeBase(bool isPostDom) in DominatorTreeBase() function
/external/llvm/lib/IR/
DDominators.cpp64 template class llvm::DominatorTreeBase<BasicBlock>; member in llvm
/external/llvm/include/llvm/Analysis/
DLoopInfo.h59 template<class N> class DominatorTreeBase; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h61 template <class N, bool IsPostDom> class DominatorTreeBase; variable