Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp99 uint32_t lookup_or_add_call(CallInst* C);
229 uint32_t ValueTable::lookup_or_add_call(CallInst* C) { in lookup_or_add_call() function in ValueTable
354 return lookup_or_add_call(cast<CallInst>(I)); in lookup_or_add()