Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64PromoteConstant.cpp126 Instruction *findInsertionPoint(Use &Use);
331 Instruction *AArch64PromoteConstant::findInsertionPoint(Use &Use) { in findInsertionPoint() function in AArch64PromoteConstant
436 Instruction *InsertionPoint = findInsertionPoint(Use); in computeInsertionPoints()
502 assert(DT.dominates(LoadedCst, findInsertionPoint(*Use)) && in insertDefinitions()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp145 bool findInsertionPoint();
270 bool SSAIfConv::findInsertionPoint() { in findInsertionPoint() function in SSAIfConv
440 if (!findInsertionPoint()) in canConvertIf()