Searched refs:DT (Results 76 - 85 of 85) sorted by relevance

1234

/external/llvm/include/llvm/Analysis/
H A DDebugInfo.h877 void processType(DIType DT);
901 bool addType(DIType DT);
H A DScalarEvolution.h236 /// DT - The dominator tree.
238 DominatorTree *DT; member in class:llvm::ScalarEvolution
/external/llvm/lib/CodeGen/
H A DShrinkWrapping.cpp404 MachineDominatorTree &DT = getAnalysis<MachineDominatorTree>(); local
501 if (! DT.dominates(MBB, ReturnBlocks[ri])) {
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp655 DominatorTree &DT = getAnalysis<DominatorTree>(); local
657 if (!DT.dominates(cpyDestInst, C))
H A DScalarReplAggregates.cpp200 "Scalar Replacement of Aggregates (DT)", false, false)
203 "Scalar Replacement of Aggregates (DT)", false, false)
1292 DominatorTree *DT = 0; local
1294 DT = &getAnalysis<DominatorTree>();
1313 PromoteMemToReg(Allocas, *DT);
H A DObjCARC.cpp3779 DominatorTree *DT; member in class:__anon7807::ObjCARCContract
4051 DT = &getAnalysis<DominatorTree>();
4150 if (DT->isReachableFromEntry(U) &&
4151 DT->dominates(Inst, U)) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp116 DIDerivedType DT = DIDerivedType(Element); local
117 if (getName() == DT.getName())
118 return (DT.getTypeDerivedFrom());
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp2897 const Type *DT = castType.getTypePtr(); local
2902 if (const ParenType *PT = dyn_cast<ParenType>(DT))
2904 else if (const TypeOfType *TP = dyn_cast<TypeOfType>(DT))
2906 else if (const AttributedType *AT = dyn_cast<AttributedType>(DT))
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp2309 DT->dominates(L->getHeader(), NestedLoop->getHeader()))) {
3130 if (Value *V = SimplifyInstruction(PN, TD, TLI, DT))
3582 if (!DT->isReachableFromEntry(I->getParent()))
6554 DT = &getAnalysis<DominatorTree>();
6805 if (!DT->dominates(AR->getLoop()->getHeader(), BB))
6842 if (DT->properlyDominates(I->getParent(), BB))
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4892 static bool doesIgnoreDataTypeSuffix(StringRef Mnemonic, StringRef DT) { argument

Completed in 211 milliseconds

1234