Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp771 Function *oldFunction, in constructFunction() argument
816 AllowVarArgs && oldFunction->isVarArg()); in constructFunction()
824 funcType, GlobalValue::InternalLinkage, oldFunction->getAddressSpace(), in constructFunction()
825 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
827 if (oldFunction->doesNotThrow()) in constructFunction()
831 if (oldFunction->hasUWTable()) in constructFunction()
841 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) { in constructFunction()
968 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction()
1393 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1446 "codeRepl", oldFunction, in extractCodeRegion()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h217 Function *oldFunction, Module *M);
/third_party/typescript/src/services/
DtextChanges.ts1434 const oldFunction = node.parent; constant
1435 if (isArrowFunction(oldFunction) &&
1436 oldFunction.parameters.length === 1 &&
1437 !findChildOfKind(oldFunction, SyntaxKind.OpenParenToken, sourceFile)) {
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp2241 auto oldFunction = debug::find<debug::Function>(stack[i].block); in trap() local
2243 if(wasTopMostFrame && oldFunction == newFunction) in trap()