Home
last modified time | relevance | path

Searched refs:hasNUsesOrMore (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp154 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive in replaceConstantExprOp()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DBasicBlock.cpp250 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs. in removePredecessor()
H A DValue.cpp103 bool Value::hasNUsesOrMore(unsigned N) const { in hasNUsesOrMore() function in Value
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp191 if (!Phi->hasNUsesOrMore(1)) in eraseIfUnused()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DValue.h322 bool hasNUsesOrMore(unsigned N) const;
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp519 if (NumElements > 16 && GV->hasNUsesOrMore(16)) in SRAGlobal()
2821 return V.hasNUsesOrMore(N); in hasMoreThanOneUseOtherThanLLVMUsed()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2196 if (MulVal->hasNUsesOrMore(2)) in ProcessUMulZExtIdiom()
2320 if (MulVal->hasNUsesOrMore(2)) { in ProcessUMulZExtIdiom()