Home | History | Annotate | Download | only in IPO

Lines Matching defs:LV

769 static bool OptimizeAwayTrappingUsesOfLoads(GlobalVariable *GV, Constant *LV,
782 Changed |= OptimizeAwayTrappingUsesOfValue(LI, LV);
791 // Ignore the store that stores "LV" to the global.
926 Value *LV = new LoadInst(InitBool, InitBool->getName()+".val", false, 0,
934 LV = ConstantInt::getFalse(GV->getContext());
939 LV = BinaryOperator::CreateNot(LV, "notinit", ICI);
948 ICI->replaceAllUsesWith(LV);