Searched refs:PhiTransBB (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp666 BasicBlock *PhiTransBB = PN->getParent(); local
669 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB);
670 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp860 BasicBlock *PhiTransBB = PN->getParent(); local
863 Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB, ThisBB);
864 Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB, ThisBB);

Completed in 163 milliseconds