Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h107 using InstSet = SmallPtrSetImpl<MachineInstr*>;
188 InstSet &Uses) const;
192 void getLiveOuts(MachineBasicBlock *MBB, MCRegister PhysReg, InstSet &Defs,
195 InstSet &Defs) const;
201 InstSet &Uses) const;
205 void getGlobalUses(MachineInstr *MI, MCRegister PhysReg, InstSet &Uses) const;
210 InstSet &Defs) const;
220 void collectKilledOperands(MachineInstr *MI, InstSet &Dead) const;
224 bool isSafeToRemove(MachineInstr *MI, InstSet &ToRemove) const;
229 bool isSafeToRemove(MachineInstr *MI, InstSet &ToRemove,
[all …]
/freebsd/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()
412 MCRegister PhysReg, InstSet &Defs) const { in getLiveOuts()
418 MCRegister PhysReg, InstSet &Defs, in getLiveOuts()
605 InstSet &ToRemove) const { in isSafeToRemove()
612 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove()
613 InstSet &Ignore) const { in isSafeToRemove()
619 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &Visited, in isSafeToRemove()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp361 using InstSet = std::set<Instruction*>; in RecordMemoryOps() typedef
362 using DepMap = std::map<Instruction*, InstSet>; in RecordMemoryOps()
387 InstSet &WritesBefore = RAWDeps[Dominated]; in RecordMemoryOps()
H A DARMLowOverheadLoops.cpp126 using InstSet = SmallPtrSetImpl<MachineInstr *>; typedef
534 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS()
538 auto WontCorruptITs = [](InstSet &Killed, ReachingDefAnalysis &RDA) { in INITIALIZE_PASS()
868 InstSet &FalseLanesZero) { in producesFalseLanesZero()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6334 auto InstSet = ForcedScalar->second; in getInstructionCost() local
6335 if (InstSet.count(I)) in getInstructionCost()