Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h181 S(Spec), Mangle(Mangle), QueryAnalysis(Interpreter) {} in IRSpeculationLayer()
203 ResultEval QueryAnalysis; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp80 // QueryAnalysis allowed to transform the IR source, one such example is in emit()
85 auto IRNames = QueryAnalysis(Fn); in emit()