Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp203 bool FoundUndef = false; in findReachingDefs() local
234 FoundUndef |= MBB->pred_empty(); in findReachingDefs()
254 FoundUndef |= EP.second; in findReachingDefs()
274 FoundUndef |= (TheVNI == nullptr || TheVNI == &UndefVNI); in findReachingDefs()
275 if (!Undefs.empty() && FoundUndef) in findReachingDefs()