Searched refs:InstSet (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ReachingDefAnalysis.cpp | 332 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 D | ARMParallelDSP.cpp | 361 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 D | ARMLowOverheadLoops.cpp | 126 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 D | LoopVectorize.cpp | 6334 auto InstSet = ForcedScalar->second; in getInstructionCost() local 6335 if (InstSet.count(I)) in getInstructionCost()
|