Searched refs:DoPHITranslation (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DValue.h296 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
300 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
302 const Value *DoPHITranslation(const BasicBlock *CurBB, function in class:llvm::Value
304 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB);
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DValue.cpp456 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
460 Value *Value::DoPHITranslation(const BasicBlock *CurBB, function in class:Value
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp678 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB);
679 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DJumpThreading.cpp480 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB);

Completed in 212 milliseconds