Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h80 unsigned Attempts; member
82 ImportFailureReason Reason, unsigned Attempts) in ImportFailureInfo()
83 : VI(VI), MaxHotness(MaxHotness), Reason(Reason), Attempts(Attempts) {} in ImportFailureInfo()
/llvm-project-15.0.7/llvm/cmake/modules/
H A DFindTerminfo.cmake1 # Attempts to discover terminfo library with a linkable setupterm function.
H A DFindFFI.cmake1 # Attempts to discover ffi library with a linkable ffi_call function.
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dfuncimport2.ll24 ; FAILURES: (foo): Reason = TooLarge, Threshold = 0, Size = 1, MaxHotness = unknown, Attempts = 1
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp428 FailureInfo->Attempts++; in computeImportForFunction()
446 FailureInfo->Attempts++; in computeImportForFunction()
588 << ", Attempts = " << FailureInfo->Attempts << "\n"; in ComputeImportForModule()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformOps.td28 let summary = "Attempts sequences of transforms until one succeeds";
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-4.md273 /// Attempts to materialize a conversion for a type mismatch between a call