Home
last modified time | relevance | path

Searched defs:GetInsertPoint (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h145 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp653 auto GetInsertPoint = [this](Value *A, Value *B) { in InsertParallelMACs() local
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h174 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } in GetInsertPoint() function