Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDUser.h169 void setNumHungOffUseOperands(unsigned NumOps) { in setNumHungOffUseOperands() function
HDInstructions.h2434 setNumHungOffUseOperands(getNumOperands() + 1);
/NextBSD/contrib/llvm/lib/IR/
HDInstructions.cpp111 setNumHungOffUseOperands(getNumOperands() - 1); in removeIncomingValue()
195 setNumHungOffUseOperands(0); in init()
214 setNumHungOffUseOperands(getNumOperands() + 1); in addClause()
3257 setNumHungOffUseOperands(2); in init()
3289 setNumHungOffUseOperands(SI.getNumOperands()); in SwitchInst()
3309 setNumHungOffUseOperands(OpNo+2); in addCase()
3334 setNumHungOffUseOperands(NumOps-2); in removeCase()
3367 setNumHungOffUseOperands(1); in init()
3418 setNumHungOffUseOperands(OpNo+1); in addDestination()
3435 setNumHungOffUseOperands(NumOps-1); in removeDestination()