Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp333 InstSet &Uses) const { in getReachingLocalUses()
358 InstSet &Uses) const { in getLiveInUses()
376 InstSet &Uses) const { in getGlobalUses()
402 InstSet &Defs) const { in getGlobalReachingDefs()
419 MCRegister PhysReg, InstSet &Defs, in getLiveOuts()
606 InstSet &ToRemove) const { in isSafeToRemove()
614 InstSet &Ignore) const { in isSafeToRemove()
620 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &Visited, in isSafeToRemove()
621 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove()
650 InstSet &Dead) const { in collectKilledOperands()
[all …]
/llvm-project-15.0.7/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.cpp116 using InstSet = SmallPtrSetImpl<MachineInstr *>; typedef
542 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS()
546 auto WontCorruptITs = [](InstSet &Killed, ReachingDefAnalysis &RDA) { in INITIALIZE_PASS()
881 InstSet &FalseLanesZero) { in producesFalseLanesZero()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6679 auto InstSet = ForcedScalar->second; in getInstructionCost() local
6680 if (InstSet.count(I)) in getInstructionCost()