Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h172 class LLVM_ABI IRSpeculationLayer : public IRLayer {
179 IRSpeculationLayer(ExecutionSession &ES, IRLayer &BaseLayer, Speculator &Spec, in IRSpeculationLayer() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp59 void IRSpeculationLayer::emit(std::unique_ptr<MaterializationResponsibility> R, in emit()