Searched refs:InstSet (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 107 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 D | ReachingDefAnalysis.cpp | 327 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 D | ARMParallelDSP.cpp | 372 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 D | ARMLowOverheadLoops.cpp | 110 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 D | LoopVectorize.cpp | 7239 auto InstSet = ForcedScalar->second; in getInstructionCost() local 7240 if (InstSet.count(I)) in getInstructionCost()
|