Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DGVN.h83 uint32_t lookupOrAddCall(CallInst *C);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVN.h120 uint32_t lookupOrAddCall(CallInst *C);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp389 uint32_t GVN::ValueTable::lookupOrAddCall(CallInst *C) { in lookupOrAddCall() function in GVN::ValueTable
514 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()