Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp191 void computeInsertionPoint(Instruction *User, unsigned OpNo,
458 void AArch64PromoteConstant::computeInsertionPoint( in computeInsertionPoint() function in AArch64PromoteConstant
546 computeInsertionPoint(U->User, U->Op, InsertPts); in promoteConstants()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp65 const clang::Stmt *computeInsertionPoint() const;
117 InsertionPoint = computeInsertionPoint(); in ExtractionContext()
150 const clang::Stmt *ExtractionContext::computeInsertionPoint() const { in computeInsertionPoint() function in clang::clangd::__anon79575e0f0111::ExtractionContext