| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | RegAnalysis.cpp | 47 bool Updated = RegsKilledMap.find(Func) == RegsKilledMap.end() || in RegAnalysis() local 49 if (Updated) in RegAnalysis() 51 return Updated; in RegAnalysis() 56 bool Updated = RegsGenMap.find(Func) == RegsGenMap.end() || in RegAnalysis() local 58 if (Updated) in RegAnalysis() 60 return Updated; in RegAnalysis()
|
| H A D | ValidateInternalCalls.cpp | 149 bool Updated = false; in fixCFGForIC() local 167 Updated = true; in fixCFGForIC() 195 return Updated; in fixCFGForIC()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/ |
| H A D | DXILOpLowering.cpp | 57 bool Updated = false; in lowerIntrinsics() local 73 Updated = true; in lowerIntrinsics() 75 return Updated; in lowerIntrinsics()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LICM/ |
| H A D | sink-promote.ll | 6 ; D50925. Updated to use an argument instead of undef, due to PR38989.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | swaps-le-2.ll | 7 ; Updated align attritue from 16 to 8 to keep swap instructions tests.
|
| H A D | swaps-le-1.ll | 17 ; Updated align attritue from 16 to 8 to keep swap instructions tests.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | TUSchedulerTests.cpp | 794 std::atomic<bool> Updated(false); in TEST_F() local 795 Updated = false; in TEST_F() 797 [&Updated](std::vector<Diag>) { Updated = true; }); in TEST_F() 801 return Updated; in TEST_F()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-debuginfod/ |
| H A D | llvm-debuginfod.test | 61 if stdout_line == 'Updated collection':
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | ChangeLog | 62 Updated the Makefile to include the _GNU_SOURCE macro. For many 94 Updated `doc.txt' to reflect the changes described above. 97 Updated copyright notices, added LICENSE file explaining the 162 Updated the input.c example.
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | parametric-tiling.mlir | 37 // Updated outer loop(s) use new steps.
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | AtomicExpandPass.cpp | 746 Value *Updated, const PartwordMaskValues &PMV) { in insertMaskedValue() argument 748 assert(Updated->getType() == PMV.ValueType && "Value type mismatch"); in insertMaskedValue() 750 return Updated; in insertMaskedValue() 752 Value *ZExt = Builder.CreateZExt(Updated, PMV.WordType, "extended"); in insertMaskedValue()
|
| H A D | LiveIntervals.cpp | 986 SmallPtrSet<LiveRange*, 8> Updated; member in LiveIntervals::HMEditor 1078 if (!Updated.insert(&LR).second) in updateRange()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | DataReader.cpp | 487 bool Updated = false; in fetchProfileForOtherEntryPoints() local 500 Updated = true; in fetchProfileForOtherEntryPoints() 506 return Updated; in fetchProfileForOtherEntryPoints()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 3264 StatepointLiveSetTy Updated; in recomputeLiveInValues() local 3265 findLiveSetAtInst(Call, RevisedLivenessData, Updated); in recomputeLiveInValues() 3269 for (auto V : Updated) in recomputeLiveInValues() 3272 Info.LiveSet = Updated; in recomputeLiveInValues()
|
| /llvm-project-15.0.7/mlir/test/Dialect/Affine/ |
| H A D | loop-coalescing.mlir | 22 // Updated loop bounds.
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | ChangeLog | 242 (register_map): Updated each array members' expedite member with an 810 * MacOSX/MachProcess.cpp (MachProcess::SetState): Updated to use new
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2980 bool Updated = false; in SimplifyDemandedVectorElts() local 2985 Updated = true; in SimplifyDemandedVectorElts() 2988 if (Updated) in SimplifyDemandedVectorElts() 3206 bool Updated = false; in SimplifyDemandedVectorElts() local 3215 Updated = true; in SimplifyDemandedVectorElts() 3224 if (Updated && !IdentityLHS && !IdentityRHS && !TLO.LegalOps) { in SimplifyDemandedVectorElts()
|
| H A D | DAGCombiner.cpp | 11173 bool Updated = false; in visitSETCC() local 11191 Updated = true; in visitSETCC() 11198 Updated = true; in visitSETCC() 11202 if (Updated) in visitSETCC()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3231 QualType Updated = in adjustExceptionSpec() local 3233 FD->setType(Updated); in adjustExceptionSpec() 3243 Updated = getFunctionTypeWithExceptionSpec(TSInfo->getType(), ESI); in adjustExceptionSpec() 3248 assert(TypeLoc::getFullDataSizeForType(Updated) == in adjustExceptionSpec() 3251 TSInfo->overrideType(Updated); in adjustExceptionSpec()
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | implementation.tex | 1674 \Output{Updated relations $R_{pq}$ such that each relation
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 40201 bool Updated = false; in combineTargetShuffle() local 40218 Updated = true; in combineTargetShuffle() 40222 if (Updated) { in combineTargetShuffle() 40375 bool Updated = false; in combineTargetShuffle() local 40387 Updated = true; in combineTargetShuffle() 40404 Updated = true; in combineTargetShuffle() 40407 Updated = true; in combineTargetShuffle() 40411 if (Updated) in combineTargetShuffle()
|