Searched defs:getLiveOuts (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | ReachingDefAnalysis.cpp | 411 void ReachingDefAnalysis::getLiveOuts(MachineBasicBlock *MBB, in getLiveOuts() function in ReachingDefAnalysis |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlan.h | 2869 const MapVector<PHINode *, VPLiveOut *> &getLiveOuts() const { getLiveOuts() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUMachineCFGStructurizer.cpp | 964 DenseSet<unsigned> *LinearizedRegion::getLiveOuts() { return &LiveOuts; } getLiveOuts() function in LinearizedRegion |