Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DDeSSA.cpp490 bool PreheaderSrcIsolation = (checkPHILoopInput && in runOnFunction() local
506 … if (WIA->whichDepend(PHI) == WIA->whichDepend(SrcVal) && !PreheaderSrcIsolation) { in runOnFunction()
513 … if (WIA->whichDepend(PHI) == WIA->whichDepend(SrcVal) && !PreheaderSrcIsolation) { in runOnFunction()
518 if (CG->IsForceIsolated(SrcVal) || PreheaderSrcIsolation) { in runOnFunction()