Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDScalarEvolutionExpander.h162 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMParallelDSP.cpp649 auto GetInsertPoint = [this](Value *A, Value *B) { in InsertParallelMACs() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIRBuilder.h172 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } in GetInsertPoint() function