Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h194 void emitBaseConstants(Instruction *Base, Constant *Offset, Type *Ty,
198 bool emitBaseConstants(GlobalVariable *BaseGV);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp755 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass
852 bool ConstantHoistingPass::emitBaseConstants(GlobalVariable *BaseGV) { in emitBaseConstants() function in ConstantHoistingPass
914 emitBaseConstants(Base, Off, Ty, U); in emitBaseConstants()
976 MadeChange = emitBaseConstants(nullptr); in runImpl()
979 MadeChange |= emitBaseConstants(MapEntry.first); in runImpl()
/llvm-project-15.0.7/llvm/test/Transforms/ConstantHoisting/AArch64/
H A Dconsthoist-unreachable.ll6 …s/Scalar/ConstantHoisting.cpp:779: void llvm::ConstantHoistingPass::emitBaseConstants(llvm::Instru…
/llvm-project-15.0.7/llvm/test/Transforms/ConstantHoisting/X86/
H A Dpr43903-not-all-uses-rebased.ll5 …s/Scalar/ConstantHoisting.cpp:903: bool llvm::ConstantHoistingPass::emitBaseConstants(llvm::Global…