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

  /external/llvm/lib/IR/
Value.cpp 463 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
467 Value *Value::DoPHITranslation(const BasicBlock *CurBB,
  /external/llvm/include/llvm/IR/
Value.h 291 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
295 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
297 const Value *DoPHITranslation(const BasicBlock *CurBB,
299 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB);

Completed in 150 milliseconds