Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DMetadata.cpp299 static Function *getLocalFunction(Value *V) { in getLocalFunction() function
383 if (getLocalFunction(From) && getLocalFunction(To) && in handleRAUW()
384 getLocalFunction(From) != getLocalFunction(To)) { in handleRAUW()