Searched refs:InstSet (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ReachingDefAnalysis.h | 107 using InstSet = SmallPtrSetImpl<MachineInstr*>; 188 InstSet &Uses) const; 195 InstSet &Defs) const; 201 InstSet &Uses) const; 210 InstSet &Defs) const; 224 bool isSafeToRemove(MachineInstr *MI, InstSet &ToRemove) const; 229 bool isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, 230 InstSet &Ignore) const; 240 InstSet &Ignore) const; 266 bool isSafeToRemove(MachineInstr *MI, InstSet &Visited, [all …]
|
| /freebsd-13.1/contrib/llvm-project/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() 414 MCRegister PhysReg, InstSet &Defs, in getLiveOuts() 601 InstSet &ToRemove) const { in isSafeToRemove() 609 InstSet &Ignore) const { in isSafeToRemove() 615 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &Visited, in isSafeToRemove() 616 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove() 645 InstSet &Dead) const { in collectKilledOperands() [all …]
|
| /freebsd-13.1/contrib/llvm-project/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() 391 InstSet &WritesBefore = RAWDeps[Dominated]; in RecordMemoryOps()
|
| H A D | ARMLowOverheadLoops.cpp | 106 using InstSet = SmallPtrSetImpl<MachineInstr *>; typedef 536 InstSet &ToRemove, InstSet &Ignore) { in INITIALIZE_PASS() 540 auto WontCorruptITs = [](InstSet &Killed, ReachingDefAnalysis &RDA) { in INITIALIZE_PASS() 861 InstSet &FalseLanesZero) { in producesFalseLanesZero()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 7311 auto InstSet = ForcedScalar->second; in getInstructionCost() local 7312 if (InstSet.count(I)) in getInstructionCost()
|