Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.h291 void sortAndCombineAllocas(CfgVector<InstAlloca *> &Allocas,
DIceCfg.cpp813 void Cfg::sortAndCombineAllocas(CfgVector<InstAlloca *> &Allocas, in sortAndCombineAllocas() function in Ice::Cfg
999 sortAndCombineAllocas(AlignedAllocas, MaxAlignment, Insts, BVT_UserPointer); in processAllocas()
1001 sortAndCombineAllocas(FixedAllocas, StackAlignment, Insts, in processAllocas()
1008 sortAndCombineAllocas(FixedAllocas, MaxAlignment, Insts, BasePointerType); in processAllocas()