Home
last modified time | relevance | path

Searched defs:getLiveOuts (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp411 void ReachingDefAnalysis::getLiveOuts(MachineBasicBlock *MBB, in getLiveOuts() function in ReachingDefAnalysis
417 void ReachingDefAnalysis::getLiveOuts(MachineBasicBlock *MBB, in getLiveOuts() function in ReachingDefAnalysis
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2869 const MapVector<PHINode *, VPLiveOut *> &getLiveOuts() const { getLiveOuts() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp964 DenseSet<unsigned> *LinearizedRegion::getLiveOuts() { return &LiveOuts; } getLiveOuts() function in LinearizedRegion