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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h183 uint32_t lookupOrAddCall(CallInst *C);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp469 uint32_t GVNPass::ValueTable::lookupOrAddCall(CallInst *C) { function in class:GVNPass::ValueTable
614 return lookupOrAddCall(cast<CallInst>(I));

Completed in 62 milliseconds