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

/external/llvm/lib/IR/
H A DValue.cpp557 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
561 Value *Value::DoPHITranslation(const BasicBlock *CurBB, function in class:Value
/external/llvm/include/llvm/IR/
H A DValue.h435 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
439 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
441 const Value *DoPHITranslation(const BasicBlock *CurBB, function in class:llvm::Value
443 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB);

Completed in 647 milliseconds