Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp31 bool isAllocable(const Variable *Var) { in isAllocable() function
281 const bool DestIsAllocable = isAllocable(Dest); in handleSimpleVarAssign()
284 const bool SrcIsAllocable = isAllocable(SrcVar); in handleSimpleVarAssign()
360 const bool DestIsAllocable = isAllocable(Dest); in handlePhi()
373 const bool DestIsAllocable = isAllocable(Dest); in handleGeneralInst()
394 const bool SrcIsAllocable = isAllocable(SrcVar); in handleGeneralInst()