Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2517 auto hasPointerArgs = [](CallBase *CB) { in analyzeLoop() local
2527 !hasPointerArgs(Call) && !VFDatabase::getMappings(*Call).empty()) in analyzeLoop()