Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculateAnalyses.h28 bool isStraightLine(const Function &F);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp66 bool SpeculateQuery::isStraightLine(const Function &F) { in isStraightLine() function in llvm::orc::SpeculateQuery
290 if (isStraightLine(F)) in operator ()()