Home
last modified time | relevance | path

Searched defs:getDT (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h50 DominatorTree *getDT(const AAQueryInfo &AAQI) const { in getDT() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h698 const MachineDominatorTree &getDT() const { return MDT; } in getDT() function
/llvm-project/polly/include/polly/
H A DScopInfo.h2008 DominatorTree *getDT() const { return DT; } getDT() function
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp412 DominatorTree &getDT(Function &F) { in getDT() function in __anon072927cb0111::CodeGenPrepare