Home
last modified time | relevance | path

Searched refs:getCalledScalarFunction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp59 ->getCalledScalarFunction() in mayWriteToMemory()
99 ->getCalledScalarFunction() in mayReadFromMemory()
152 Function *Fn = cast<VPWidenCallRecipe>(this)->getCalledScalarFunction(); in mayHaveSideEffects()
867 Function *CalledScalarFn = getCalledScalarFunction(); in execute()
938 Function *CalledFn = getCalledScalarFunction(); in print()
H A DVPlan.h1560 Function *getCalledScalarFunction() const { in getCalledScalarFunction() function