Home
last modified time | relevance | path

Searched refs:lookupOrAddCall (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Transforms/Scalar/
DGVN.h83 uint32_t lookupOrAddCall(CallInst *C);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVN.h120 uint32_t lookupOrAddCall(CallInst *C);
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DGVN.h177 uint32_t lookupOrAddCall(CallInst *C);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp377 uint32_t GVN::ValueTable::lookupOrAddCall(CallInst *C) { in lookupOrAddCall() function in GVN::ValueTable
497 return lookupOrAddCall(cast<CallInst>(I)); in lookupOrAdd()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp357 uint32_t GVN::ValueTable::lookupOrAddCall(CallInst *C) { in lookupOrAddCall() function in GVN::ValueTable
485 return lookupOrAddCall(cast<CallInst>(I)); in lookupOrAdd()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp393 uint32_t GVN::ValueTable::lookupOrAddCall(CallInst *C) { in lookupOrAddCall() function in GVN::ValueTable
516 return lookupOrAddCall(cast<CallInst>(I)); in lookupOrAdd()