Home
last modified time | relevance | path

Searched defs:SubFn (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/polly/lib/CodeGen/
DLoopGeneratorsGOMP.cpp20 void ParallelLoopGeneratorGOMP::createCallSpawnThreads(Value *SubFn, in createCallSpawnThreads()
50 void ParallelLoopGeneratorGOMP::deployParallelExecution(Function *SubFn, in deployParallelExecution()
63 Function *SubFn = Function::Create(FT, Function::InternalLinkage, in prepareSubFnDefinition() local
106 Function *SubFn = createSubFnDefinition(); in createSubFn() local
DLoopGeneratorsKMP.cpp20 void ParallelLoopGeneratorKMP::createCallSpawnThreads(Value *SubFn, in createCallSpawnThreads()
63 void ParallelLoopGeneratorKMP::deployParallelExecution(Function *SubFn, in deployParallelExecution()
86 Function *SubFn = Function::Create(FT, Function::InternalLinkage, in prepareSubFnDefinition() local
134 Function *SubFn = createSubFnDefinition(); in createSubFn() local
DLoopGenerators.cpp183 Function *SubFn; in createParallelLoop() local
203 Function *SubFn = prepareSubFnDefinition(F); in createSubFnDefinition() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroCleanup.cpp40 static void lowerSubFn(IRBuilder<> &Builder, CoroSubFnInst *SubFn) { in lowerSubFn()
DCoroElide.cpp260 if (auto *SubFn = dyn_cast<CoroSubFnInst>(&I)) in replaceDevirtTrigger() local
DCoroSplit.cpp1105 auto *SubFn = dyn_cast<CoroSubFnInst>(Callee); in simplifySuspendPoint() local
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroCleanup.cpp39 static void lowerSubFn(IRBuilder<> &Builder, CoroSubFnInst *SubFn) { in lowerSubFn()
DCoroElide.cpp353 if (auto *SubFn = dyn_cast<CoroSubFnInst>(&I)) in replaceDevirtTrigger() local
DCoroSplit.cpp1259 auto *SubFn = dyn_cast<CoroSubFnInst>(Callee); in simplifySuspendPoint() local