Searched refs:emitCallAndSwitchStatement (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | CodeExtractor.h | 119 void emitCallAndSwitchStatement(Function *newFunction,
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 95 void emitCallAndSwitchStatement(Function *newFunction, 375 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer, in emitCallAndSwitchStatement() function in CodeExtractor 711 emitCallAndSwitchStatement(newFunction, codeReplacer, inputs, outputs); in ExtractCodeRegion()
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 411 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer, in emitCallAndSwitchStatement() function in CodeExtractor 722 emitCallAndSwitchStatement(newFunction, codeReplacer, inputs, outputs); in extractCodeRegion()
|