Searched defs:removeIncomingValue (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DInstructions.h2107 /// removeIncomingValue - Remove an incoming value. This is useful if a
2115 Value *removeIncomingValue(unsigned Idx, bool DeletePHIIfEmpty = true);
2117 Value *removeIncomingValue(const BasicBlock *BB, bool DeletePHIIfEmpty=true) { function in class:llvm::PHINode
2120 return removeIncomingValue(Idx, DeletePHIIfEmpty);
/external/llvm/lib/VMCore/
H A DInstructions.cpp111 // removeIncomingValue - Remove an incoming value. This is useful if a
113 Value *PHINode::removeIncomingValue(unsigned Idx, bool DeletePHIIfEmpty) { function in class:PHINode

Completed in 1307 milliseconds