Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp332 InstSet &Uses) const { in getReachingLocalUses()
357 InstSet &Uses) const { in getLiveInUses()
375 InstSet &Uses) const { in getGlobalUses()
401 InstSet &Defs) const { in getGlobalReachingDefs()
418 MCRegister PhysReg, InstSet &Defs, in getLiveOuts()
605 InstSet &ToRemove) const { in isSafeToRemove()
613 InstSet &Ignore) const { in isSafeToRemove()
619 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &Visited, in isSafeToRemove()
620 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove()
649 InstSet &Dead) const { in collectKilledOperands()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp359 using InstSet = std::set<Instruction*>; in RecordMemoryOps() typedef
360 using DepMap = std::map<Instruction*, InstSet>; in RecordMemoryOps()
385 InstSet &WritesBefore = RAWDeps[Dominated]; in RecordMemoryOps()
H A DARMLowOverheadLoops.cpp120 using InstSet = SmallPtrSetImpl<MachineInstr *>; typedef
541 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS()
545 auto WontCorruptITs = [](InstSet &Killed, ReachingDefAnalysis &RDA) { in INITIALIZE_PASS()
880 InstSet &FalseLanesZero) { in producesFalseLanesZero()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6433 auto InstSet = ForcedScalar->second; in getInstructionCost() local
6434 if (InstSet.count(I)) in getInstructionCost()