Searched refs:ReplaceUsesOfMallocWithGlobal (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 965 static void ReplaceUsesOfMallocWithGlobal(Instruction *Alloc, in ReplaceUsesOfMallocWithGlobal() function 982 ReplaceUsesOfMallocWithGlobal(U, GV); in ReplaceUsesOfMallocWithGlobal() 993 ReplaceUsesOfMallocWithGlobal(GEPI, GV); in ReplaceUsesOfMallocWithGlobal() 1240 ReplaceUsesOfMallocWithGlobal(CI, GV); in PerformHeapAllocSRoA()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1009 static void ReplaceUsesOfMallocWithGlobal(Instruction *Alloc, in ReplaceUsesOfMallocWithGlobal() function 1026 ReplaceUsesOfMallocWithGlobal(U, GV); in ReplaceUsesOfMallocWithGlobal() 1037 ReplaceUsesOfMallocWithGlobal(GEPI, GV); in ReplaceUsesOfMallocWithGlobal() 1284 ReplaceUsesOfMallocWithGlobal(CI, GV); in PerformHeapAllocSRoA()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1025 static void ReplaceUsesOfMallocWithGlobal(Instruction *Alloc, in ReplaceUsesOfMallocWithGlobal() function 1042 ReplaceUsesOfMallocWithGlobal(U, GV); in ReplaceUsesOfMallocWithGlobal() 1053 ReplaceUsesOfMallocWithGlobal(GEPI, GV); in ReplaceUsesOfMallocWithGlobal() 1305 ReplaceUsesOfMallocWithGlobal(CI, GV); in PerformHeapAllocSRoA()
|