Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCoalescingEngine.hpp360 bool IsValIsolated(llvm::Value* val) in IsValIsolated() function in IGC::CoalescingEngine
H A DCoalescingEngine.cpp874 if (IsValIsolated(val) || !getRegRoot(val)) in ProcessElements()