Searched defs:SubFn (Results 1 – 5 of 5) sorted by relevance
/llvm-project/polly/lib/CodeGen/ |
H A D | LoopGeneratorsGOMP.cpp | 20 createCallSpawnThreads(Value * SubFn,Value * SubFnParam,Value * LB,Value * UB,Value * Stride) createCallSpawnThreads() argument 51 deployParallelExecution(Function * SubFn,Value * SubFnParam,Value * LB,Value * UB,Value * Stride) deployParallelExecution() argument 65 Function *SubFn = Function::Create(FT, Function::InternalLinkage, prepareSubFnDefinition() local 108 Function *SubFn = createSubFnDefinition(); createSubFn() local [all...] |
H A D | LoopGeneratorsKMP.cpp | 20 createCallSpawnThreads(Value * SubFn,Value * SubFnParam,Value * LB,Value * UB,Value * Stride) createCallSpawnThreads() argument 64 deployParallelExecution(Function * SubFn,Value * SubFnParam,Value * LB,Value * UB,Value * Stride) deployParallelExecution() argument 87 Function *SubFn = Function::Create(FT, Function::InternalLinkage, prepareSubFnDefinition() local 135 Function *SubFn = createSubFnDefinition(); createSubFn() local [all...] |
H A D | LoopGenerators.cpp | 201 std::tie(IV, SubFn) = createSubFn(Stride, Struct, UsedValues, Map); in createSubFnDefinition() local 184 Function *SubFn; createParallelLoop() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroCleanup.cpp | 31 static void lowerSubFn(IRBuilder<> &Builder, CoroSubFnInst *SubFn) { in lowerSubFn() argument
|
H A D | CoroSplit.cpp | 1339 auto *SubFn = dyn_cast<CoroSubFnInst>(Callee); simplifySuspendPoint() local
|