Home
last modified time | relevance | path

Searched refs:InstSet (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h107 using InstSet = SmallPtrSetImpl<MachineInstr*>;
188 InstSet &Uses) const;
195 InstSet &Defs) const;
201 InstSet &Uses) const;
210 InstSet &Defs) const;
224 bool isSafeToRemove(MachineInstr *MI, InstSet &ToRemove) const;
229 bool isSafeToRemove(MachineInstr *MI, InstSet &ToRemove,
230 InstSet &Ignore) const;
240 InstSet &Ignore) const;
266 bool isSafeToRemove(MachineInstr *MI, InstSet &Visited,
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp327 InstSet &Uses) const { in getReachingLocalUses()
352 InstSet &Uses) const { in getLiveInUses()
370 InstSet &Uses) const { in getGlobalUses()
397 InstSet &Defs) const { in getGlobalReachingDefs()
414 MCRegister PhysReg, InstSet &Defs, in getLiveOuts()
601 InstSet &ToRemove) const { in isSafeToRemove()
609 InstSet &Ignore) const { in isSafeToRemove()
615 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &Visited, in isSafeToRemove()
616 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove()
645 InstSet &Dead) const { in collectKilledOperands()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp364 using InstSet = std::set<Instruction*>; in RecordMemoryOps() typedef
365 using DepMap = std::map<Instruction*, InstSet>; in RecordMemoryOps()
391 InstSet &WritesBefore = RAWDeps[Dominated]; in RecordMemoryOps()
H A DARMLowOverheadLoops.cpp106 using InstSet = SmallPtrSetImpl<MachineInstr *>; typedef
536 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS()
540 auto WontCorruptITs = [](InstSet &Killed, ReachingDefAnalysis &RDA) { in INITIALIZE_PASS()
861 InstSet &FalseLanesZero) { in producesFalseLanesZero()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7311 auto InstSet = ForcedScalar->second; in getInstructionCost() local
7312 if (InstSet.count(I)) in getInstructionCost()