Searched refs:CanInterpret (Results 1 – 6 of 6) sorted by relevance
37 static bool CanInterpret(llvm::Module &module, llvm::Function &function,
66 bool CanInterpret() override { return m_can_interpret; } in CanInterpret() function
116 virtual bool CanInterpret() = 0;
320 !user_expression_sp->CanInterpret()) { in Evaluate()
484 bool IRInterpreter::CanInterpret(llvm::Module &module, llvm::Function &function, in CanInterpret() function in IRInterpreter
1406 can_interpret = IRInterpreter::CanInterpret( in PrepareForExecution()