Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h215 void emitBaseConstants(Instruction *Base, UserAdjustment *Adj);
218 bool emitBaseConstants(GlobalVariable *BaseGV);
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp755 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass
848 bool ConstantHoistingPass::emitBaseConstants(GlobalVariable *BaseGV) { in emitBaseConstants() function in ConstantHoistingPass
909 emitBaseConstants(Base, &R); in emitBaseConstants()
975 MadeChange = emitBaseConstants(nullptr); in runImpl()
978 MadeChange |= emitBaseConstants(MapEntry.first); in runImpl()