Searched defs:GetInsertPoint (Results 1 – 5 of 5) sorted by relevance
129 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() function
567 InsertionPointTy GetInsertPoint() { return insert_before_; } in GetInsertPoint() function
652 auto GetInsertPoint = [this](Value *A, Value *B) { in InsertParallelMACs() local
127 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } in GetInsertPoint() function