OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newFunc
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/Transforms/IPO/
PartialInlining.cpp
179
if (Function*
newFunc
= unswitchFunction(currFunc)) {
180
worklist.push_back(
newFunc
);
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PartialInlining.cpp
174
if (Function*
newFunc
= unswitchFunction(currFunc)) {
175
worklist.push_back(
newFunc
);
/external/skia/src/sksl/
SkSLJIT.h
262
bool compileStageFunctionVector(const FunctionDefinition& f, LLVMValueRef
newFunc
);
269
void compileStageFunctionLoop(const FunctionDefinition& f, LLVMValueRef
newFunc
);