Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1316 Value *GVVal = new LoadInst(FieldGlobals[i], "tmp", NullPtrBlock); in PerformHeapAllocSRoA() local
1317 Value *Cmp = new ICmpInst(*NullPtrBlock, ICmpInst::ICMP_NE, GVVal, in PerformHeapAllocSRoA()
1318 Constant::getNullValue(GVVal->getType())); in PerformHeapAllocSRoA()
1327 CallInst::CreateFree(GVVal, OpBundles, BI); in PerformHeapAllocSRoA()
1328 new StoreInst(Constant::getNullValue(GVVal->getType()), FieldGlobals[i], in PerformHeapAllocSRoA()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1377 Value *GVVal = new LoadInst(FieldGlobals[i], "tmp", NullPtrBlock); in PerformHeapAllocSRoA() local
1378 Value *Cmp = new ICmpInst(*NullPtrBlock, ICmpInst::ICMP_NE, GVVal, in PerformHeapAllocSRoA()
1379 Constant::getNullValue(GVVal->getType())); in PerformHeapAllocSRoA()
1388 CallInst::CreateFree(GVVal, BI); in PerformHeapAllocSRoA()
1389 new StoreInst(Constant::getNullValue(GVVal->getType()), FieldGlobals[i], in PerformHeapAllocSRoA()