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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp152 Instruction *findInsertionPoint(Instruction &User, unsigned OpNo);
371 Instruction *AArch64PromoteConstant::findInsertionPoint(Instruction &User,
464 Instruction *InsertionPoint = findInsertionPoint(*User, OpNo);
522 findInsertionPoint(*Use.first, Use.second)) &&
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp133 // Scratch pad for findInsertionPoint.
157 bool findInsertionPoint();
370 bool SSAIfConv::findInsertionPoint() { function in class:SSAIfConv
554 if (!findInsertionPoint())

Completed in 125 milliseconds