Searched refs:createSubFn (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/polly/include/polly/CodeGen/ |
D | LoopGeneratorsGOMP.h | 53 std::tuple<Value *, Function *> createSubFn(Value *Stride, AllocaInst *Struct,
|
D | LoopGeneratorsKMP.h | 77 std::tuple<Value *, Function *> createSubFn(Value *Stride, AllocaInst *Struct,
|
D | LoopGenerators.h | 214 createSubFn(Value *Stride, AllocaInst *Struct, SetVector<Value *> UsedValues,
|
/external/llvm-project/polly/lib/CodeGen/ |
D | LoopGeneratorsGOMP.cpp | 91 ParallelLoopGeneratorGOMP::createSubFn(Value *Stride, AllocaInst *StructData, in createSubFn() function in ParallelLoopGeneratorGOMP
|
D | LoopGenerators.cpp | 184 std::tie(IV, SubFn) = createSubFn(Stride, Struct, UsedValues, Map); in createParallelLoop()
|
D | LoopGeneratorsKMP.cpp | 131 ParallelLoopGeneratorKMP::createSubFn(Value *SequentialLoopStride, in createSubFn() function in ParallelLoopGeneratorKMP
|