HomeSort by relevance Sort by last modified time
    Searched refs:DT (Results 101 - 115 of 115) sorted by null

1 2 3 45

  /external/llvm/lib/IR/
Verifier.cpp 125 DominatorTree *DT; // Dominator Tree, caution can be null!
147 action(AbortProcessAction), Mod(0), Context(0), DT(0),
153 Context(0), DT(0), MessagesStr(Messages), PersonalityFn(0) {
168 DT = &getAnalysis<DominatorTree>();
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 370 bool isLCSSAForm(DominatorTree &DT) const;
ScalarEvolution.h 235 /// DT - The dominator tree.
237 DominatorTree *DT;
    [all...]
  /external/llvm/lib/CodeGen/
ShrinkWrapping.cpp 403 MachineDominatorTree &DT = getAnalysis<MachineDominatorTree>();
500 if (! DT.dominates(MBB, ReturnBlocks[ri])) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 721 MachineDominatorTree *DT = &getAnalysis<MachineDominatorTree>();
722 return VisitNode(DT->getRootNode(), 0);
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
ScalarReplAggregates.cpp 226 "Scalar Replacement of Aggregates (DT)", false, false)
229 "Scalar Replacement of Aggregates (DT)", false, false)
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 205 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>();
207 if (DT && RD && isa<ConditionalOperator>(DT->getUnderlyingExpr()) &&
208 DT->isReferenceType() &&
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 202 DT = &P->getAnalysis<DominatorTree>();
215 DominatorTree *DT;
391 if (!DT->isReachableFromEntry(&BB)) {
433 DT = &getAnalysis<DominatorTree>();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 149 DIDerivedType DT = DIDerivedType(Element);
150 if (getName() == DT.getName())
151 return (DT.getTypeDerivedFrom());
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 1230 milliseconds

1 2 3 45