Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/CodeGen/
DLoopGeneratorsGOMP.h53 std::tuple<Value *, Function *> createSubFn(Value *Stride, AllocaInst *Struct,
DLoopGeneratorsKMP.h77 std::tuple<Value *, Function *> createSubFn(Value *Stride, AllocaInst *Struct,
DLoopGenerators.h214 createSubFn(Value *Stride, AllocaInst *Struct, SetVector<Value *> UsedValues,
/external/llvm-project/polly/lib/CodeGen/
DLoopGeneratorsGOMP.cpp91 ParallelLoopGeneratorGOMP::createSubFn(Value *Stride, AllocaInst *StructData, in createSubFn() function in ParallelLoopGeneratorGOMP
DLoopGenerators.cpp184 std::tie(IV, SubFn) = createSubFn(Stride, Struct, UsedValues, Map); in createParallelLoop()
DLoopGeneratorsKMP.cpp131 ParallelLoopGeneratorKMP::createSubFn(Value *SequentialLoopStride, in createSubFn() function in ParallelLoopGeneratorKMP