Searched refs:CurrE (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp697 til::SExpr *CurrE = CurrentLVarMap[i].second; local
698 if (CurrE->block() == CurrentBB) {
701 auto *Ph = dyn_cast<til::Phi>(CurrE);
713 Ph->values()[PIdx] = CurrE;
717 // If E is from a back-edge, or either E or CurrE are incomplete, then
719 if (!E || isIncompletePhi(E) || isIncompletePhi(CurrE))

Completed in 61 milliseconds