Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp936 GlobalVariable *InitBool = in OptimizeGlobalAddressOfAllocation() local
953 InitBool, false, Align(1), SI->getOrdering(), in OptimizeGlobalAddressOfAllocation()
969 Value *LV = new LoadInst(InitBool->getValueType(), InitBool, in OptimizeGlobalAddressOfAllocation()
970 InitBool->getName() + ".val", false, Align(1), in OptimizeGlobalAddressOfAllocation()
997 while (!InitBool->use_empty()) // Delete initializations in OptimizeGlobalAddressOfAllocation()
998 cast<StoreInst>(InitBool->user_back())->eraseFromParent(); in OptimizeGlobalAddressOfAllocation()
999 delete InitBool; in OptimizeGlobalAddressOfAllocation()
1001 GV->getParent()->insertGlobalVariable(GV->getIterator(), InitBool); in OptimizeGlobalAddressOfAllocation()