Home
last modified time | relevance | path

Searched refs:IsLiveOut (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp158 auto ComputeValue = [&](BasicBlock *BB, bool IsLiveOut) -> Value * { in RewriteAllUses() argument
161 if (IsLiveOut && BBInfo->LiveOutValue) in RewriteAllUses()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h202 bool IsLiveOut; variable
207 : DAG(GCNDAG), IsLiveOut(LiveOut) {} in RegionPressureMap()
H A DGCNSchedStrategy.cpp925 IsLiveOut ? DAG->getRegionLiveOutMap() : DAG->getRegionLiveInMap(); in buildLiveRegMap()
928 IsLiveOut in buildLiveRegMap()