Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h194 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
198 bool emitBaseConstants(GlobalVariable *BaseGV);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp753 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass
850 bool ConstantHoistingPass::emitBaseConstants(GlobalVariable *BaseGV) { in emitBaseConstants() function in ConstantHoistingPass
912 emitBaseConstants(Base, Off, Ty, U); in emitBaseConstants()
974 MadeChange = emitBaseConstants(nullptr); in runImpl()
977 MadeChange |= emitBaseConstants(MapEntry.first); in runImpl()