Home
last modified time | relevance | path

Searched defs:OldFunc (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp78 void llvm::CloneFunctionInto(Function *NewFunc, const Function *OldFunc, in CloneFunctionInto()
222 const Function *OldFunc; member
392 void llvm::CloneAndPruneIntoFromInst(Function *NewFunc, const Function *OldFunc, in CloneAndPruneIntoFromInst()
629 void llvm::CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc, in CloneAndPruneFunctionInto()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp84 void llvm::CloneFunctionInto(Function *NewFunc, const Function *OldFunc, in CloneFunctionInto()
277 const Function *OldFunc; member
448 void llvm::CloneAndPruneIntoFromInst(Function *NewFunc, const Function *OldFunc, in CloneAndPruneIntoFromInst()
726 void llvm::CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc, in CloneAndPruneFunctionInto()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp286 Function* OldFunc; member in __anona031a1bb0111::CloneFunc
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3885 llvm::Intrinsic::ID IntrinsicFunc) { in UpgradeARCRuntime()