Searched refs:InitBool (Results 1 – 1 of 1) sorted by relevance
933 GlobalVariable *InitBool = in OptimizeGlobalAddressOfMalloc() local944 new StoreInst(ConstantInt::getTrue(GV->getContext()), InitBool, false, in OptimizeGlobalAddressOfMalloc()961 Value *LV = new LoadInst(InitBool->getValueType(), InitBool, in OptimizeGlobalAddressOfMalloc()962 InitBool->getName() + ".val", false, Align(1), in OptimizeGlobalAddressOfMalloc()992 while (!InitBool->use_empty()) // Delete initializations in OptimizeGlobalAddressOfMalloc()993 cast<StoreInst>(InitBool->user_back())->eraseFromParent(); in OptimizeGlobalAddressOfMalloc()994 delete InitBool; in OptimizeGlobalAddressOfMalloc()996 GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool); in OptimizeGlobalAddressOfMalloc()