Home
last modified time | relevance | path

Searched refs:Infinite (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DThreading.h50 static Deadline infinity() { return Deadline(Infinite); } in infinity()
65 enum Type { Zero, Infinite, Finite }; enumerator
/llvm-project-15.0.7/llvm/test/Transforms/FunctionAttrs/
H A Dwillreturn.ll103 ; Infinite loop without mustprogress, will not return.
133 ; Infinite recursion without mustprogress, will not return.
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A D2012-05-18-LoopPredRecurse.ll4 ; PR12868: Infinite recursion:
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dcombine-fneg.ll4 ; Infinite loop identified in D62963.
/llvm-project-15.0.7/llvm/test/Analysis/MustExecute/
H A Dinfinite_loops.ll4 ; Infinite loop.
/llvm-project-15.0.7/polly/test/ScopDetectionDiagnostics/
H A DReportLoopHasNoExit.ll4 ; the PostDominatorTree. Infinite loops are postdominated ony by the virtual
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A D2006-03-01-dagcombineinfloop.ll2 ; Infinite loop in the dag combiner, reduced from 176.gcc.
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Disl.bib6 title = {Transitive Closure of Infinite Graphs and Its Applications},
/llvm-project-15.0.7/mlir/test/Conversion/ComplexToStandard/
H A Dconvert-to-standard.mlir116 // Case 2. Infinite numerator, finite denominator.
578 // Case 2. Infinite numerator, finite denominator.
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Dconstfold-constrained.ll317 ; Infinite result does not prevent from folding unless exceptions are tracked.
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dliveness.ll553 ; TEST 7: Infinite loop.
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst11498 Loop: ; Infinite loop that counts from 0 on up...