Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGVN.cpp125 uint32_t lookup_or_add_call(CallInst* C);
284 uint32_t ValueTable::lookup_or_add_call(CallInst *C) { in lookup_or_add_call() function in ValueTable
412 return lookup_or_add_call(cast<CallInst>(I)); in lookup_or_add()