Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h127 Instruction *findConstantInsertionPoint(
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h143 findConstantInsertionPoint(const consthoist::ConstantInfo &ConstInfo) const;
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp144 Instruction *ConstantHoistingPass::findConstantInsertionPoint( in findConstantInsertionPoint() function in ConstantHoistingPass
552 Instruction *IP = findConstantInsertionPoint(ConstInfo); in emitBaseConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp293 SmallPtrSet<Instruction *, 8> ConstantHoistingPass::findConstantInsertionPoint( in findConstantInsertionPoint() function in ConstantHoistingPass
712 SmallPtrSet<Instruction *, 8> IPSet = findConstantInsertionPoint(ConstInfo); in emitBaseConstants()