Home
last modified time | relevance | path

Searched refs:areAllValsInBB (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVN.h124 bool areAllValsInBB(uint32_t num, const BasicBlock *BB, GVN &Gvn);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp1559 bool GVN::ValueTable::areAllValsInBB(uint32_t Num, const BasicBlock *BB, in areAllValsInBB() function in GVN::ValueTable
1596 if (!areAllValsInBB(Num, PhiBlock, Gvn)) in phiTranslateImpl()