Searched refs:LDT (Results 1 – 2 of 2) sorted by relevance
320 auto LDT = LD->getType(Context); variable321 ASSERT_FALSE(LDT.isNull());322 const auto *DRecordType = dyn_cast<RecordType>(LDT);
542 LoopDepthTree LDT; member560 : 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()