Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp281 const bool DestIsAllocable = isAllocable(Dest); in handleSimpleVarAssign() local
322 if (DestIsAllocable && SrcIsInf) { in handleSimpleVarAssign()
360 const bool DestIsAllocable = isAllocable(Dest); in handlePhi() local
361 if (!DestIsAllocable) in handlePhi()
373 const bool DestIsAllocable = isAllocable(Dest); in handleGeneralInst() local
409 if (DestIsAllocable && VarMap.isDestUsedInBlock(Dest)) { in handleGeneralInst()