Home
last modified time | relevance | path

Searched refs:getLiveOuts (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp408 getLiveOuts(MBB, PhysReg, Defs); in getGlobalReachingDefs()
411 void ReachingDefAnalysis::getLiveOuts(MachineBasicBlock *MBB, in getLiveOuts() function in ReachingDefAnalysis
414 getLiveOuts(MBB, PhysReg, Defs, VisitedBBs); in getLiveOuts()
417 void ReachingDefAnalysis::getLiveOuts(MachineBasicBlock *MBB, in getLiveOuts() function in ReachingDefAnalysis
433 getLiveOuts(Pred, PhysReg, Defs, VisitedBBs); in getLiveOuts()
447 getLiveOuts(Pred, PhysReg, Incoming); in getUniqueReachingMIDef()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h192 void getLiveOuts(MachineBasicBlock *MBB, MCRegister PhysReg, InstSet &Defs,
194 void getLiveOuts(MachineBasicBlock *MBB, MCRegister PhysReg,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp290 for (const auto &KV : Plan.getLiveOuts()) in verifyPlanIsValid()
H A DVPlan.h2869 const MapVector<PHINode *, VPLiveOut *> &getLiveOuts() const { in getLiveOuts() function
H A DLoopVectorize.cpp3520 for (const auto &KV : Plan.getLiveOuts()) in fixVectorizedLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp393 DenseSet<unsigned> *getLiveOuts();
964 DenseSet<unsigned> *LinearizedRegion::getLiveOuts() { return &LiveOuts; } in getLiveOuts() function in LinearizedRegion
1983 DenseSet<unsigned> *LiveOuts = InnerRegion->getLiveOuts(); in rewriteLiveOutRegs()