Home
last modified time | relevance | path

Searched refs:findInsertionPoint (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp150 Instruction *findInsertionPoint(Instruction &User, unsigned OpNo);
369 Instruction *AArch64PromoteConstant::findInsertionPoint(Instruction &User, in shouldConvert()
462 Instruction *InsertionPoint = findInsertionPoint(*User, OpNo); in computeInsertionPoint()
520 findInsertionPoint(*Use.first, Use.second)) && in insertDefinitions()
371 Instruction *AArch64PromoteConstant::findInsertionPoint(Instruction &User, findInsertionPoint() function in AArch64PromoteConstant
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DAddUsing.cpp146 findInsertionPoint(const Tweak::Selection &Inputs, in findInsertionPoint() function
371 auto InsertionPoint = findInsertionPoint(Inputs, QualifierToRemove, in apply()
/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp134 // Scratch pad for findInsertionPoint.
158 bool findInsertionPoint();
370 bool SSAIfConv::findInsertionPoint() { in findInsertionPoint() function in SSAIfConv
554 if (!findInsertionPoint()) in canConvertIf()