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

/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp170 BitVector &PhysRegClobbers, SmallSet<int, 32> &StoredFIs,
354 SmallSet<int, 32> &StoredFIs,
363 if (!StoredFIs.count(FI) &&
366 StoredFIs.insert(FI);
448 SmallSet<int, 32> StoredFIs; local
469 ProcessMI(&MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates);
497 StoredFIs.count(Candidate.FI))
351 ProcessMI(MachineInstr *MI, BitVector &PhysRegDefs, BitVector &PhysRegClobbers, SmallSet<int, 32> &StoredFIs, SmallVectorImpl<CandidateInfo> &Candidates) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineLICM.cpp169 SmallSet<int, 32> &StoredFIs,
387 SmallSet<int, 32> &StoredFIs,
397 if (!StoredFIs.count(FI) &&
400 StoredFIs.insert(FI);
469 SmallSet<int, 32> StoredFIs; local
497 ProcessMI(MI, PhysRegDefs, StoredFIs, Candidates);
508 StoredFIs.count(Candidates[i].FI))
385 ProcessMI(MachineInstr *MI, unsigned *PhysRegDefs, SmallSet<int, 32> &StoredFIs, SmallVector<CandidateInfo, 32> &Candidates) argument

Completed in 116 milliseconds