Home | History | Annotate | Download | only in IPO

Lines Matching refs:InitBool

898   GlobalVariable *InitBool =
909 new StoreInst(ConstantInt::getTrue(GV->getContext()), InitBool, SI);
924 Value *LV = new LoadInst(InitBool, InitBool->getName()+".val", ICI);
952 while (!InitBool->use_empty()) // Delete initializations
953 cast<StoreInst>(InitBool->use_back())->eraseFromParent();
954 delete InitBool;
956 GV->getParent()->getGlobalList().insert(GV, InitBool);