Searched refs:DT (Results 251 - 275 of 302) sorted by relevance

<<111213

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp445 DominatorTree DT(*F);
446 LoopInfo LI(DT);
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c814 DT(pasv_missing_crlf);
1513 DT(buffer_full);
1562 DT(ftp_junk_cmd);
1829 DT(eprt4_no_crlf);
2091 DT(eprt6_no_crlf);
H A Dfil.c121 #define LBUMPD(x, y) do { softc->x.y++; DT(y); } while (0)
1134 DT(ipf_pullup_fail);
1613 DT(fr_v4_ah_pullup_1);
1623 DT(fr_v4_ah_pullup_2);
2539 DT(frb_logfail);
3047 DT(frb_stateadd);
3075 DT(frb_updateipid);
9969 DT(ipf_rb_no_mem);
9986 DT(ipf_rb_node_max);
H A Dip_frag.c120 #define FBUMPD(x) do { softf->ipfr_stats.x++; DT(x); } while (0)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1004 if (isPotentiallyReachable(I.getParent(), NonConstBB, &DT, LI))
3566 AssumptionCache &AC, TargetLibraryInfo &TLI, DominatorTree &DT,
3615 AC, TLI, DT, ORE, BFI, PSI, DL, LI);
3636 auto &DT = AM.getResult<DominatorTreeAnalysis>(F); local
3650 if (!combineInstructionsOverFunction(F, Worklist, AA, AC, TLI, DT, ORE, BFI,
3688 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); local
3701 return combineInstructionsOverFunction(F, Worklist, AA, AC, TLI, DT, ORE, BFI,
3564 combineInstructionsOverFunction( Function &F, InstCombineWorklist &Worklist, AliasAnalysis *AA, AssumptionCache &AC, TargetLibraryInfo &TLI, DominatorTree &DT, OptimizationRemarkEmitter &ORE, BlockFrequencyInfo *BFI, ProfileSummaryInfo *PSI, bool ExpensiveCombines, unsigned MaxIterations, LoopInfo *LI) argument
H A DInstCombineLoadStoreAlloca.cpp405 Copy->getSource(), AI.getAlignment(), DL, &AI, &AC, &DT);
968 Op, DL.getPrefTypeAlignment(LI.getType()), DL, &LI, &AC, &DT);
1381 Ptr, DL.getPrefTypeAlignment(Val->getType()), DL, &SI, &AC, &DT));
H A DInstCombinePHI.cpp145 (DT.dominates(cast<Instruction>(U), PN.getIncomingBlock(i)) ||
1200 if (isKnownNonZero(VA, DL, 0, &AC, CtxI, &DT)) {
H A DInstCombineCasts.cpp273 replaceAllDbgUsesWith(*CSrc, *Res, CI, DT);
286 replaceAllDbgUsesWith(*Sel, *NV, CI, DT);
1120 replaceAllDbgUsesWith(*SrcOp, *Res, CI, DT);
H A DInstCombineShifts.cpp397 if (isKnownNonNegative(A, DL, 0, &AC, &I, &DT) &&
398 isKnownNonNegative(C, DL, 0, &AC, &I, &DT))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h475 DominatorTree &DT, LoopInfo &LI);
1122 DominatorTree &DT; member in class:llvm::ScalarEvolution
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp215 CXXDtorType DT) const override {
216 return DT != Dtor_Base;
221 CXXDtorType DT) const override;
225 CXXDtorType DT) const override;
1299 CXXDtorType DT) const {
1302 if (DT == Dtor_Deleting) {
1311 GVALinkage Linkage, const CXXDestructorDecl *Dtor, CXXDtorType DT) const {
1317 switch (DT) {
H A DCodeGenFunction.cpp480 llvm::DominatorTree DT(*CurFn);
482 cast<llvm::AllocaInst>(NormalCleanupDest.getPointer()), DT); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1213 OMPDeclareTargetDeclAttr::DevTypeTy DT = OMPDeclareTargetDeclAttr::DT_Any; local
1242 DT = OMPDeclareTargetDeclAttr::DT_Any;
1245 DT = OMPDeclareTargetDeclAttr::DT_Host;
1248 DT = OMPDeclareTargetDeclAttr::DT_NoHost;
1283 ND, Loc, MT, isa<VarDecl>(ND) ? OMPDeclareTargetDeclAttr::DT_Any : DT);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1864 QualType DT = DestType; local
1866 DT = DestType->getPointeeType();
1867 if (!DT.getUnqualifiedType()->isVoidType())
H A DSemaExprObjC.cpp4266 const Type *DT = castType.getTypePtr(); local
4271 if (const ParenType *PT = dyn_cast<ParenType>(DT))
4273 else if (const TypeOfType *TP = dyn_cast<TypeOfType>(DT))
4275 else if (const AttributedType *AT = dyn_cast<AttributedType>(DT))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp218 MachineDominatorTree *DT = nullptr; member in class:__anon5051::ARMConstantIslands
360 DT = &getAnalysis<MachineDominatorTree>();
1911 if (!DT->dominates(DestBB, MBB))
H A DARMTargetTransformInfo.cpp1156 DominatorTree *DT,
1191 if (!HWLoopInfo.isHardwareLoopCandidate(SE, *LI, *DT)) {
1152 preferPredicateOverEpilogue(Loop *L, LoopInfo *LI, ScalarEvolution &SE, AssumptionCache &AC, TargetLibraryInfo *TLI, DominatorTree *DT, const LoopAccessInfo *LAI) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp800 if (auto *DT = dyn_cast<DIDerivedType>(RawType)) {
802 RawType = DT->getRawBaseType();
H A DVerifier.cpp257 DominatorTree DT; member in class:__anon4760::Verifier
336 DT.recalculate(const_cast<Function &>(F));
4032 Assert(DT.dominates(Op, U),
4096 Assert(U != (User *)&I || !DT.isReachableFromEntry(BB),
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h515 DominatorTree *DT,
517 return BaseT::preferPredicateOverEpilogue(L, LI, SE, AC, TLI, DT, LAI);
513 preferPredicateOverEpilogue(Loop *L, LoopInfo *LI, ScalarEvolution &SE, AssumptionCache &AC, TargetLibraryInfo *TLI, DominatorTree *DT, const LoopAccessInfo *LAI) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp546 // functions (and hence DT and LI will hopefully be cheap).
549 DominatorTree DT(F);
550 LoopInfo LI(DT);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp313 std::unique_ptr<DominatorTree> DT; member in class:__anon4526::CodeGenPrepare
355 if (!DT)
356 DT = std::make_unique<DominatorTree>(F);
357 return *DT;
484 DT.reset();
1200 // This is because we recompute the DT on every change in the main CGP
1202 // that was fixed, using a DT here would be ok.
6096 DT.reset();
7269 DominatorTree DT(F);
7290 if (DT
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp352 static void SplitCriticalSideEffectEdges(Function &Fn, DominatorTree *DT, argument
379 CriticalEdgeSplittingOptions(DT, LI).setMergeIdenticalEdges());
440 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; local
450 SplitCriticalSideEffectEdges(const_cast<Function &>(Fn), DT, LI); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1848 auto &DT = LookupDomTree(*const_cast<Function *>(F));
1870 return DT.dominates(S, L) &&
2309 auto &DT = LookupDomTree(*F);
2310 DT.recalculate(*F);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h3239 Node *DT = getDerived().parseDecltype(); local
3240 if (DT == nullptr)
3242 Subs.push_back(DT);
3243 return DT;
3542 // ::= DT <expression> E # decltype of an expression (C++0x)

Completed in 420 milliseconds

<<111213