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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h2110 /// If the last incoming value for a PHI node is removed (and DeletePHIIfEmpty
2115 Value *removeIncomingValue(unsigned Idx, bool DeletePHIIfEmpty = true);
2117 Value *removeIncomingValue(const BasicBlock *BB, bool DeletePHIIfEmpty=true) { argument
2120 return removeIncomingValue(Idx, DeletePHIIfEmpty);
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DInstructions.cpp113 Value *PHINode::removeIncomingValue(unsigned Idx, bool DeletePHIIfEmpty) { argument
129 if (getNumOperands() == 0 && DeletePHIIfEmpty) {

Completed in 111 milliseconds