Searched refs:FoldsStackSlotModRef (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | VirtRegRewriter.cpp | 980 static bool FoldsStackSlotModRef(MachineInstr &MI, int SS, unsigned PhysReg, in FoldsStackSlotModRef() function 1302 if (!FoldsStackSlotModRef(MI, SS, PhysReg, TII, TRI, *VRM)) in OptimizeByUnfold2() 1308 if (!FoldsStackSlotModRef(*NextMII, SS, PhysReg, TII, TRI, *VRM)) in OptimizeByUnfold2() 1353 } while (FoldsStackSlotModRef(*NextMII, SS, PhysReg, TII, TRI, *VRM)); in OptimizeByUnfold2()
|