Searched refs:createSubFn (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | LoopGeneratorsGOMP.h | 52 std::tuple<Value *, Function *> createSubFn(Value *Stride, AllocaInst *Struct,
|
| H A D | LoopGeneratorsKMP.h | 78 std::tuple<Value *, Function *> createSubFn(Value *Stride, AllocaInst *Struct,
|
| H A D | LoopGenerators.h | 240 createSubFn(Value *Stride, AllocaInst *Struct, SetVector<Value *> UsedValues,
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | LoopGeneratorsGOMP.cpp | 93 ParallelLoopGeneratorGOMP::createSubFn(Value *Stride, AllocaInst *StructData, in createSubFn() function in ParallelLoopGeneratorGOMP
|
| H A D | LoopGenerators.cpp | 185 std::tie(IV, SubFn) = createSubFn(Stride, Struct, UsedValues, Map); in createParallelLoop()
|
| H A D | LoopGeneratorsKMP.cpp | 132 ParallelLoopGeneratorKMP::createSubFn(Value *SequentialLoopStride, in createSubFn() function in ParallelLoopGeneratorKMP
|