Searched refs:InitBool (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1075 GlobalVariable *InitBool = local
1086 new StoreInst(ConstantInt::getTrue(GV->getContext()), InitBool, false, 0,
1103 Value *LV = new LoadInst(InitBool, InitBool->getName()+".val", false, 0,
1133 while (!InitBool->use_empty()) // Delete initializations
1134 cast<StoreInst>(InitBool->use_back())->eraseFromParent();
1135 delete InitBool;
1137 GV->getParent()->getGlobalList().insert(GV, InitBool);

Completed in 462 milliseconds