Searched refs:InitBool (Results 1 – 1 of 1) sorted by relevance
1068 GlobalVariable *InitBool = in OptimizeGlobalAddressOfMalloc() local1079 new StoreInst(ConstantInt::getTrue(GV->getContext()), InitBool, false, 0, in OptimizeGlobalAddressOfMalloc()1096 Value *LV = new LoadInst(InitBool, InitBool->getName()+".val", false, 0, in OptimizeGlobalAddressOfMalloc()1126 while (!InitBool->use_empty()) // Delete initializations in OptimizeGlobalAddressOfMalloc()1127 cast<StoreInst>(InitBool->use_back())->eraseFromParent(); in OptimizeGlobalAddressOfMalloc()1128 delete InitBool; in OptimizeGlobalAddressOfMalloc()1130 GV->getParent()->getGlobalList().insert(GV, InitBool); in OptimizeGlobalAddressOfMalloc()