Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h195 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
199 bool emitBaseConstants(GlobalVariable *BaseGV);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp747 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass
845 bool ConstantHoistingPass::emitBaseConstants(GlobalVariable *BaseGV) { in emitBaseConstants() function in ConstantHoistingPass
907 emitBaseConstants(Base, Off, Ty, U); in emitBaseConstants()
969 MadeChange = emitBaseConstants(nullptr); in runImpl()
972 MadeChange |= emitBaseConstants(MapEntry.first); in runImpl()