Searched refs:areAllValsInBB (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 126 bool areAllValsInBB(uint32_t num, const BasicBlock *BB, GVN &Gvn);
|
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
D | GVN.h | 183 bool areAllValsInBB(uint32_t num, const BasicBlock *BB, GVN &Gvn);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1629 bool GVN::ValueTable::areAllValsInBB(uint32_t Num, const BasicBlock *BB, in areAllValsInBB() function in GVN::ValueTable 1701 if (!areAllValsInBB(Num, PhiBlock, Gvn)) in phiTranslateImpl()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1808 bool GVN::ValueTable::areAllValsInBB(uint32_t Num, const BasicBlock *BB, in areAllValsInBB() function in GVN::ValueTable 1880 if (!areAllValsInBB(Num, PhiBlock, Gvn)) in phiTranslateImpl()
|