Searched refs:LIs (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp92 /// Find the instruction in sets LIs that dominates all others, return nullptr
94 LoadInst *findFirstLoad(const std::set<LoadInst *> &LIs);
664 std::set<LoadInst *> LIs; member in struct:__anon1731::VectorInfo
679 : BB(nullptr), PV(nullptr), LIs(), Is(), SVI(nullptr), VTy(VTy) {
767 Result.LIs.insert(Old.LIs.begin(), Old.LIs.end());
826 Result.LIs.insert(LHS.LIs.begin(), LHS.LIs
1102 findFirstLoad(const std::set<LoadInst *> &LIs) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp163 LiveIntervals &LIs = G.getMetadata().LIS;
186 const LiveInterval &ld = LIs.getInterval(Rd);
187 const LiveInterval &la = LIs.getInterval(Ra);
244 LiveIntervals &LIs = G.getMetadata().LIS; local
262 const LiveInterval &ld = LIs.getInterval(Rd);
268 const LiveInterval &lr = LIs.getInterval(r);
319 static bool regJustKilledBefore(const LiveIntervals &LIs, unsigned reg, argument
321 const LiveInterval &LI = LIs.getInterval(reg);
322 SlotIndex SI = LIs.getInstructionIndex(MI);
328 LiveIntervals &LIs local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp362 SmallVector<LoopInfo *, 8> LIs; local
368 LIs.push_back(LI);
387 DeleteContainerPointers(LIs);

Completed in 57 milliseconds