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 456 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
460 Value *Value::DoPHITranslation(const BasicBlock *CurBB,
  /external/llvm/include/llvm/
Value.h 295 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
299 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
301 const Value *DoPHITranslation(const BasicBlock *CurBB,
303 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB);

Completed in 93 milliseconds