Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTree.h46 class DominatorTreeBase; variable
56 friend class DominatorTreeBase<NodeT, false>; variable
57 friend class DominatorTreeBase<NodeT, true>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePostDominators.cpp20 template class DominatorTreeBase<MachineBasicBlock, true>; // PostDomTreeBase variable
DMachineDominators.cpp37 template class DominatorTreeBase<MachineBasicBlock, false>; // DomTreeBase variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h66 template <class N, bool IsPostDom> class DominatorTreeBase; variable