Home | History | Annotate | Download | only in IPO

Lines Matching refs:InitBool

837   GlobalVariable *InitBool =
848 new StoreInst(ConstantInt::getTrue(GV->getContext()), InitBool, false, 0,
865 Value *LV = new LoadInst(InitBool, InitBool->getName()+".val", false, 0,
895 while (!InitBool->use_empty()) // Delete initializations
896 cast<StoreInst>(InitBool->user_back())->eraseFromParent();
897 delete InitBool;
899 GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool);