Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp158 Instruction *findConstantInsertionPoint(const ConstantInfo &ConstInfo) const;
241 findConstantInsertionPoint(const ConstantInfo &ConstInfo) const { in findConstantInsertionPoint() function in ConstantHoisting
545 Instruction *IP = findConstantInsertionPoint(ConstInfo); in emitBaseConstants()