Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp912 GlobalVariable *InitBool = in OptimizeGlobalAddressOfAllocation() local
929 InitBool, false, Align(1), SI->getOrdering(), in OptimizeGlobalAddressOfAllocation()
947 Value *LV = new LoadInst(InitBool->getValueType(), InitBool, in OptimizeGlobalAddressOfAllocation()
948 InitBool->getName() + ".val", false, Align(1), in OptimizeGlobalAddressOfAllocation()
975 while (!InitBool->use_empty()) // Delete initializations in OptimizeGlobalAddressOfAllocation()
976 cast<StoreInst>(InitBool->user_back())->eraseFromParent(); in OptimizeGlobalAddressOfAllocation()
977 delete InitBool; in OptimizeGlobalAddressOfAllocation()
979 GV->getParent()->getGlobalList().insert(GV->getIterator(), InitBool); in OptimizeGlobalAddressOfAllocation()