Searched refs:Killed (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 348 bool Killed = false; in VisitBinaryOperator() local 351 Killed = !BD->getType()->isReferenceType(); in VisitBinaryOperator() 352 if (Killed) { in VisitBinaryOperator() 359 Killed = writeShouldKill(VD); in VisitBinaryOperator() 360 if (Killed) in VisitBinaryOperator() 365 if (Killed && observer) in VisitBinaryOperator()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 538 auto WontCorruptITs = [](InstSet &Killed, ReachingDefAnalysis &RDA) { in INITIALIZE_PASS() argument 541 for (auto *Dead : Killed) in INITIALIZE_PASS() 559 for (auto *Dead : Killed) { in INITIALIZE_PASS() 574 Killed.insert(RemoveITs.begin(), RemoveITs.end()); in INITIALIZE_PASS() 589 SmallPtrSet<MachineInstr*, 4> Killed; in INITIALIZE_PASS() local 590 RDA.collectKilledOperands(MI, Killed); in INITIALIZE_PASS() 591 if (WontCorruptITs(Killed, RDA)) { in INITIALIZE_PASS() 592 ToRemove.insert(Killed.begin(), Killed.end()); in INITIALIZE_PASS() 593 LLVM_DEBUG(for (auto *Dead : Killed) in INITIALIZE_PASS() 1524 SmallPtrSet<MachineInstr*, 4> Killed = { LoLoop.Start, LoLoop.Dec, in IterationCountDCE() local [all …]
|
/freebsd/bin/sh/tests/execution/ |
H A D | killed1.0 | 1 # Sometimes the "Killed" message is not flushed soon enough and it
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundle.h | 282 bool Killed; member
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set2 | 15 13 Killed
|
/freebsd/lib/libc/nls/ |
H A D | C.msg | 222 9 Killed
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstrBundle.cpp | 362 PRI.Killed = true; in AnalyzePhysRegInBundle()
|
H A D | MachineBasicBlock.cpp | 1699 if (Info.Killed || Info.Clobbered) in computeRegisterLiveness()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 1501 bool Killed = false; in processNode() local 1511 Killed = true; in processNode() 1515 if (Killed) in processNode()
|
/freebsd/contrib/smbfs/ |
H A D | HISTORY | 114 - Killed some bugs related to the out-of-mbufs condition.
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 211 Quadrature Used Adaptively-Noise Killed) 260--263 (or 260--262??)
|
H A D | funstack.in | 1387 title = "{ACM} Algorithm 379: {SQUANK (Simpson Quadrature Used Adaptively-Noise Killed)}",
|