Searched refs:LDT (Results 1 – 6 of 6) sorted by relevance
567 LoopDepthTree LDT; member584 : LDT(LI), DTU(DT, PDT, DomTreeUpdater::UpdateStrategy::Lazy), LI(LI), in LoopFuser()601 while (!LDT.empty()) { in fuseLoops()602 LLVM_DEBUG(dbgs() << "Got " << LDT.size() << " loop sets for depth " in fuseLoops()603 << LDT.getDepth() << "\n";); in fuseLoops()605 for (const LoopVector &LV : LDT) { in fuseLoops()632 LDT.descend(); in fuseLoops()869 assert(!LDT.isRemovedLoop(FC0->L) && in fuseCandidates()873 assert(!LDT.isRemovedLoop(FC1->L) && in fuseCandidates()1043 LDT.removeLoop(FC1->L); in fuseCandidates()
240 void setLargeDataThreshold(uint64_t LDT) { LargeDataThreshold = LDT; } in setLargeDataThreshold() argument
581 if (std::optional<uint64_t> LDT = codegen::getExplicitLargeDataThreshold()) in compileModule() local582 Target->setLargeDataThreshold(*LDT); in compileModule()
291 do_ldt: movq PCPU(LDT),%rax
1418 "^S(TR|LDT)16r$")>;
1725 "^S(TR|LDT)16r$")>;