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

  /external/llvm/include/llvm/IR/
Value.h 507 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB);
509 const Value *DoPHITranslation(const BasicBlock *CurBB,
511 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB);
  /external/llvm/lib/IR/
Value.cpp 520 Value *Value::DoPHITranslation(const BasicBlock *CurBB,
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 558 Value *RHS = Cmp->getOperand(1)->DoPHITranslation(BB, PredBB);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 114 milliseconds