Searched refs:findInsertionPoint (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp152 Instruction *findInsertionPoint(Instruction &User, unsigned OpNo);
357 Instruction *AArch64PromoteConstant::findInsertionPoint(Instruction &User, function in class:AArch64PromoteConstant
450 Instruction *InsertionPoint = findInsertionPoint(*User, OpNo);
508 findInsertionPoint(*Use.first, Use.second)) &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp134 // Scratch pad for findInsertionPoint.
158 bool findInsertionPoint();
362 bool SSAIfConv::findInsertionPoint() { function in class:SSAIfConv
547 if (!findInsertionPoint())

Completed in 121 milliseconds