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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp212 BitVector &PhysRegClobbers, SmallSet<int, 32> &StoredFIs,
436 SmallSet<int, 32> &StoredFIs,
445 if (!StoredFIs.count(FI) &&
448 StoredFIs.insert(FI);
534 SmallSet<int, 32> StoredFIs; local
554 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates);
582 StoredFIs.count(Candidate.FI))
433 ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs, BitVector &PhysRegClobbers, SmallSet<int, 32> &StoredFIs, SmallVectorImpl<CandidateInfo> &Candidates) argument

Completed in 50 milliseconds