Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp240 static Function *getLocalFunction(Value *V) { in getLocalFunction() function
324 if (getLocalFunction(From) && getLocalFunction(To) && in handleRAUW()
325 getLocalFunction(From) != getLocalFunction(To)) { in handleRAUW()