Searched refs:LIs (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 93 LoadInst *findFirstLoad(const std::set<LoadInst *> &LIs); 663 std::set<LoadInst *> LIs; member 765 Result.LIs.insert(Old.LIs.begin(), Old.LIs.end()); in computeFromBCI() 824 Result.LIs.insert(LHS.LIs.begin(), LHS.LIs.end()); in computeFromSVI() 828 Result.LIs.insert(RHS.LIs.begin(), RHS.LIs.end()); in computeFromSVI() 882 Result.LIs.insert(LI); in computeFromLI() 1100 InterleavedLoadCombineImpl::findFirstLoad(const std::set<LoadInst *> &LIs) { in findFirstLoad() argument 1101 assert(!LIs.empty() && "No load instructions given."); in findFirstLoad() 1104 BasicBlock *BB = (*LIs.begin())->getParent(); in findFirstLoad() 1106 *BB, [&LIs](Instruction &I) -> bool { return is_contained(LIs, &I); }); in findFirstLoad() [all …]
|
| H A D | LiveDebugVariables.cpp | 1116 SmallDenseMap<unsigned, std::pair<LiveRange *, const VNInfo *>> LIs; in computeIntervals() local 1133 LIs[LocNo] = {LI, VNI}; in computeIntervals() 1137 extendDef(Idx, DbgValue, LIs, Kills, LIS); in computeIntervals()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64PBQPRegAlloc.cpp | 163 LiveIntervals &LIs = G.getMetadata().LIS; in addIntraChainConstraint() local 186 const LiveInterval &ld = LIs.getInterval(Rd); in addIntraChainConstraint() 187 const LiveInterval &la = LIs.getInterval(Ra); in addIntraChainConstraint() 244 LiveIntervals &LIs = G.getMetadata().LIS; in addInterChainConstraint() local 262 const LiveInterval &ld = LIs.getInterval(Rd); in addInterChainConstraint() 268 const LiveInterval &lr = LIs.getInterval(r); in addInterChainConstraint() 319 static bool regJustKilledBefore(const LiveIntervals &LIs, unsigned reg, in regJustKilledBefore() argument 321 const LiveInterval &LI = LIs.getInterval(reg); in regJustKilledBefore() 322 SlotIndex SI = LIs.getInstructionIndex(MI); in regJustKilledBefore() 328 LiveIntervals &LIs = G.getMetadata().LIS; in apply() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 374 SmallVector<std::unique_ptr<LoopInfo>, 8> LIs; in runOnModule() local 378 LIs.push_back(std::make_unique<LoopInfo>(*DTs.back())); in runOnModule() 379 return LIs.back().get(); in runOnModule()
|