Searched refs:InstSet (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ReachingDefAnalysis.cpp | 333 InstSet &Uses) const { in getReachingLocalUses() 358 InstSet &Uses) const { in getLiveInUses() 376 InstSet &Uses) const { in getGlobalUses() 402 InstSet &Defs) const { in getGlobalReachingDefs() 413 MCRegister PhysReg, InstSet &Defs) const { in getLiveOuts() 419 MCRegister PhysReg, InstSet &Defs, in getLiveOuts() 606 InstSet &ToRemove) const { in isSafeToRemove() 613 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove() 614 InstSet &Ignore) const { in isSafeToRemove() 620 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &Visited, in isSafeToRemove() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 364 using InstSet = std::set<Instruction*>; in RecordMemoryOps() typedef 365 using DepMap = std::map<Instruction*, InstSet>; in RecordMemoryOps() 390 InstSet &WritesBefore = RAWDeps[Dominated]; in RecordMemoryOps()
|
| H A D | ARMLowOverheadLoops.cpp | 121 using InstSet = SmallPtrSetImpl<MachineInstr *>; typedef 547 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS() 551 auto WontCorruptITs = [](InstSet &Killed, ReachingDefAnalysis &RDA) { in INITIALIZE_PASS() 886 InstSet &FalseLanesZero) { in producesFalseLanesZero()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 6756 auto InstSet = ForcedScalar->second; in getInstructionCost() local 6757 if (InstSet.count(I)) in getInstructionCost()
|