Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.h304 void sortAndCombineAllocas(CfgVector<InstAlloca *> &Allocas,
DIceCfg.cpp910 void Cfg::sortAndCombineAllocas(CfgVector<InstAlloca *> &Allocas, in sortAndCombineAllocas() function in Ice::Cfg
1096 sortAndCombineAllocas(AlignedAllocas, MaxAlignment, Insts, BVT_UserPointer); in processAllocas()
1098 sortAndCombineAllocas(FixedAllocas, StackAlignment, Insts, in processAllocas()
1105 sortAndCombineAllocas(FixedAllocas, MaxAlignment, Insts, BasePointerType); in processAllocas()