Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp284 const bool SrcIsAllocable = isAllocable(SrcVar); in handleSimpleVarAssign() local
291 if (DestIsInf && SrcIsAllocable && Dest->getType() == SrcVar->getType()) { in handleSimpleVarAssign()
394 const bool SrcIsAllocable = isAllocable(SrcVar); in handleGeneralInst() local
395 if (SrcIsAllocable) { in handleGeneralInst()