HomeSort by: relevance | last modified time | path
    Searched defs:PHINode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 2579 // PHINode Class
2582 // PHINode - The PHINode class is used to represent the magical mystical PHI
2586 class PHINode : public Instruction {
2591 PHINode(const PHINode &PN);
2593 explicit PHINode(Type *Ty, unsigned NumReservedValues,
2603 PHINode(Type *Ty, unsigned NumReservedValues, const Twine &NameStr,
2616 PHINode *cloneImpl() const;
2628 static PHINode *Create(Type *Ty, unsigned NumReservedValues
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 95 // PHINode Class
98 PHINode::PHINode(const PHINode &PN)
109 Value *PHINode::removeIncomingValue(unsigned Idx, bool DeletePHIIfEmpty) {
137 void PHINode::growOperands() {
148 Value *PHINode::hasConstantValue() const {
168 bool PHINode::hasConstantOrUndefValue() const {
4476 PHINode *PHINode::cloneImpl() const { return new PHINode(*this);
    [all...]

Completed in 28 milliseconds