Home
last modified time | relevance | path

Searched refs:LDT (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DSValTest.cpp320 auto LDT = LD->getType(Context); variable
321 ASSERT_FALSE(LDT.isNull());
322 const auto *DRecordType = dyn_cast<RecordType>(LDT);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp542 LoopDepthTree LDT; member
560 : LDT(LI), DTU(DT, PDT, DomTreeUpdater::UpdateStrategy::Lazy), LI(LI), in LoopFuser()
577 while (!LDT.empty()) { in fuseLoops()
578 LLVM_DEBUG(dbgs() << "Got " << LDT.size() << " loop sets for depth " in fuseLoops()
579 << LDT.getDepth() << "\n";); in fuseLoops()
581 for (const LoopVector &LV : LDT) { in fuseLoops()
608 LDT.descend(); in fuseLoops()
845 assert(!LDT.isRemovedLoop(FC0->L) && in fuseCandidates()
849 assert(!LDT.isRemovedLoop(FC1->L) && in fuseCandidates()
1000 LDT.removeLoop(FC1->L); in fuseCandidates()