Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h178 BasicBlock::iterator findMatInsertPt(Instruction *Inst,
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp169 MatInsertPts.emplace_back(findMatInsertPt(U.Inst, U.OpndIdx)); in collectMatInsertPts()
173 BasicBlock::iterator ConstantHoistingPass::findMatInsertPt(Instruction *Inst, in findMatInsertPt() function in ConstantHoistingPass
355 InsertPts.insert(findMatInsertPt(&FirstInst)); in findConstantInsertionPoint()