HomeSort by relevance Sort by last modified time
    Searched defs:DoPHITranslation (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/VMCore/
Value.cpp 399 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
403 Value *Value::DoPHITranslation(const BasicBlock *CurBB,
  /external/llvm/include/llvm/
Value.h 288 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
292 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
294 const Value *DoPHITranslation(const BasicBlock *CurBB,
296 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB);

Completed in 204 milliseconds