Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 …]
/netbsd-src/external/apache2/llvm/dist/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()
408 MCRegister PhysReg, InstSet &Defs) const { in getLiveOuts()
414 MCRegister PhysReg, InstSet &Defs, in getLiveOuts()
601 InstSet &ToRemove) const { in isSafeToRemove()
608 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove()
609 InstSet &Ignore) const { in isSafeToRemove()
615 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &Visited, in isSafeToRemove()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp372 using InstSet = std::set<Instruction*>; in RecordMemoryOps() typedef
373 using DepMap = std::map<Instruction*, InstSet>; in RecordMemoryOps()
399 InstSet &WritesBefore = RAWDeps[Dominated]; in RecordMemoryOps()
H A DARMLowOverheadLoops.cpp110 using InstSet = SmallPtrSetImpl<MachineInstr *>; typedef
540 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS()
544 auto WontCorruptITs = [](InstSet &Killed, ReachingDefAnalysis &RDA) { in INITIALIZE_PASS()
862 InstSet &FalseLanesZero) { in producesFalseLanesZero()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7239 auto InstSet = ForcedScalar->second; in getInstructionCost() local
7240 if (InstSet.count(I)) in getInstructionCost()