Home
last modified time | relevance | path

Searched refs:Trivial (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSimpleLoopUnswitch.h103 bool Trivial; variable
106 SimpleLoopUnswitchPass(bool NonTrivial = false, bool Trivial = true)
107 : NonTrivial(NonTrivial), Trivial(Trivial) {} in NonTrivial()
/freebsd/contrib/googletest/googletest/samples/
H A Dsample1_unittest.cc122 TEST(IsPrimeTest, Trivial) { in TEST() argument
/freebsd/contrib/file/magic/Magdir/
H A Dringdove32 0 regex/1l tEDAx[\ \t\r\n]v tEDAx (Trivial EDA eXchange)
/freebsd/crypto/openssh/m4/
H A Dopenssh.m413 /* Trivial function to help test for -fzero-call-used-regs */
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallingConv.td237 // Trivial class to denote when a def is used only to get a RegMask, i.e.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1312 // Trivial Simplification. If Terminator is a conditional branch and in buildClonedLoopBlocks()
3588 TargetTransformInfo &TTI, bool Trivial, in unswitchLoop()
3600 if (Trivial && unswitchAllTrivialConditions(L, DT, LI, SE, MSSAU)) { in unswitchLoop()
3700 if (!unswitchLoop(L, AR.DT, AR.LI, AR.AC, AR.AA, AR.TTI, Trivial, NonTrivial, in run()
3724 OS << (Trivial ? "" : "no-") << "trivial"; in printPipeline()
3587 unswitchLoop(Loop & L,DominatorTree & DT,LoopInfo & LI,AssumptionCache & AC,AAResults & AA,TargetTransformInfo & TTI,bool Trivial,bool NonTrivial,ScalarEvolution * SE,MemorySSAUpdater * MSSAU,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI,LPMUpdater & LoopUpdater) unswitchLoop() argument
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve_defs.td136 // Trivial 'codegen' function that just returns its argument. Useful
/freebsd/usr.sbin/services_mkdb/
H A Dservices130 tftp 69/tcp #Trivial File Transfer
131 tftp 69/udp #Trivial File Transfer
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog347 Trivial fixes:
390 Trivial fixes:
/freebsd/contrib/libevent/
H A DChangeLog347 Trivial fixes:
390 Trivial fixes:
/freebsd/crypto/heimdal/
H A DChangeLog.19982979 * kdc/ank.c: Trivial database editing program.