Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp170 Instruction *ConstantHoistingPass::findMatInsertPt(Instruction *Inst, in findMatInsertPt() function in ConstantHoistingPass
324 BBs.insert(findMatInsertPt(U.Inst, U.OpndIdx)->getParent()); in findConstantInsertionPoint()
355 InsertPts.insert(findMatInsertPt(&FirstInst)); in findConstantInsertionPoint()
758 Instruction *InsertionPt = findMatInsertPt(ConstUser.Inst, in emitBaseConstants()
824 ConstExprInst->insertBefore(findMatInsertPt(ConstUser.Inst, in emitBaseConstants()
867 findMatInsertPt(U.Inst, U.OpndIdx)->getParent(); in emitBaseConstants()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h172 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;