Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DUser.h176 void setNumHungOffUseOperands(unsigned NumOps) { in setNumHungOffUseOperands() function
DInstructions.h2573 setNumHungOffUseOperands(getNumOperands() + 1);
/external/llvm/lib/IR/
DInstructions.cpp116 setNumHungOffUseOperands(getNumOperands() - 1); in removeIncomingValue()
200 setNumHungOffUseOperands(0); in init()
219 setNumHungOffUseOperands(getNumOperands() + 1); in addClause()
896 setNumHungOffUseOperands(ReservedSpace); in CatchSwitchInst()
908 setNumHungOffUseOperands(UnwindDest ? 2 : 1); in init()
933 setNumHungOffUseOperands(getNumOperands() + 1); in addHandler()
3589 setNumHungOffUseOperands(2); in init()
3621 setNumHungOffUseOperands(SI.getNumOperands()); in SwitchInst()
3641 setNumHungOffUseOperands(OpNo+2); in addCase()
3666 setNumHungOffUseOperands(NumOps-2); in removeCase()
[all …]
DFunction.cpp331 setNumHungOffUseOperands(0); in dropAllReferences()
978 setNumHungOffUseOperands(3); in allocHungoffUselist()