Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h141 void emitBaseConstants(Instruction *Base, Constant *Offset,
143 bool emitBaseConstants();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h158 void emitBaseConstants(Instruction *Base, Constant *Offset,
160 bool emitBaseConstants();
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp475 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass
548 bool ConstantHoistingPass::emitBaseConstants() { in emitBaseConstants() function in ConstantHoistingPass
564 emitBaseConstants(Base, RCI.Offset, U); in emitBaseConstants()
611 bool MadeChange = emitBaseConstants(); in runImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp634 void ConstantHoistingPass::emitBaseConstants(Instruction *Base, in emitBaseConstants() function in ConstantHoistingPass
708 bool ConstantHoistingPass::emitBaseConstants() { in emitBaseConstants() function in ConstantHoistingPass
739 emitBaseConstants(Base, RCI.Offset, U); in emitBaseConstants()
802 bool MadeChange = emitBaseConstants(); in runImpl()