Home
last modified time | relevance | path

Searched refs:createSubFn (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DLoopGeneratorsGOMP.h52 std::tuple<Value *, Function *> createSubFn(Value *Stride, AllocaInst *Struct,
H A DLoopGeneratorsKMP.h78 std::tuple<Value *, Function *> createSubFn(Value *Stride, AllocaInst *Struct,
H A DLoopGenerators.h240 createSubFn(Value *Stride, AllocaInst *Struct, SetVector<Value *> UsedValues,
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGeneratorsGOMP.cpp93 ParallelLoopGeneratorGOMP::createSubFn(Value *Stride, AllocaInst *StructData, in createSubFn() function in ParallelLoopGeneratorGOMP
H A DLoopGenerators.cpp185 std::tie(IV, SubFn) = createSubFn(Stride, Struct, UsedValues, Map); in createParallelLoop()
H A DLoopGeneratorsKMP.cpp132 ParallelLoopGeneratorKMP::createSubFn(Value *SequentialLoopStride, in createSubFn() function in ParallelLoopGeneratorKMP