/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowAnalysisContext.cpp | 137 if (Invariant == nullptr) in addInvariant() 138 Invariant = &Constraint; in addInvariant() 140 Invariant = &arena().makeAnd(*Invariant, Constraint); in addInvariant() 217 if (Invariant) in addTransitiveFlowConditionConstraints() 218 Constraints.insert(Invariant); in addTransitiveFlowConditionConstraints()
|
/freebsd/contrib/diff/doc/ |
H A D | fdl.texi | 69 The ``Invariant Sections'' are certain Secondary Sections whose titles 70 are designated, as being those of Invariant Sections, in the notice 73 allowed to be designated as Invariant. The Document may contain zero 74 Invariant Sections. If the Document does not identify any Invariant 226 Preserve in that license notice the full lists of Invariant Sections 257 Preserve all the Invariant Sections of the Document, 267 to conflict in title with any Invariant Section. 277 list of Invariant Sections in the Modified Version's license notice. 306 Invariant Sections of all of the original documents, unmodified, and 307 list them all as Invariant Sections of your combined work in its [all …]
|
H A D | diff.texi | 25 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SimpleLoopUnswitch.cpp | 141 Value *Invariant; member 144 CompareDesc(BranchInst *Term, Value *Invariant, BasicBlock *InLoopSucc) in CompareDesc() 145 : Term(Term), Invariant(Invariant), InLoopSucc(InLoopSucc) {} in CompareDesc() 235 static void replaceLoopInvariantUses(const Loop &L, Value *Invariant, in replaceLoopInvariantUses() argument 237 assert(!isa<Constant>(Invariant) && "Why are we unswitching on a constant?"); in replaceLoopInvariantUses() 241 for (Use &U : llvm::make_early_inc_range(Invariant->uses())) { in replaceLoopInvariantUses() 572 for (Value *Invariant : Invariants) { in unswitchTrivialBranch() 573 dbgs() << " " << *Invariant << " == true"; in unswitchTrivialBranch() 574 if (Invariant ! in unswitchTrivialBranch() [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysisContext.h | 291 const Formula *Invariant = nullptr; variable
|
/freebsd/contrib/kyua/utils/process/ |
H A D | executor_pid_test.cpp | 62 pid_wrap:pid_wrap_3 -> *** /usr/src/main/contrib/kyua/utils/process/executor.cpp:779: Invariant c…
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 659 auto *Invariant = Rewriter.expandCodeFor(S, I->getType(), IP); in replaceIVUserWithLoopInvariant() local 661 if (!LI->replacementPreservesLCSSAForm(I, Invariant)) in replaceIVUserWithLoopInvariant() 664 I->replaceAllUsesWith(Invariant); in replaceIVUserWithLoopInvariant() 670 NeedsLCSSAPhis.push_back(cast<Instruction>(Invariant)); in replaceIVUserWithLoopInvariant()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentCommands.td | 157 def Invariant : BlockCommand<"invariant">;
|
H A D | DeclObjC.h | 555 Invariant, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 857 if (newTypeParam->getVariance() == ObjCTypeParamVariance::Invariant && in checkTypeParamListConsistency() 863 == ObjCTypeParamVariance::Invariant && in checkTypeParamListConsistency() 884 case ObjCTypeParamVariance::Invariant: in checkTypeParamListConsistency() 895 == ObjCTypeParamVariance::Invariant) { in checkTypeParamListConsistency()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 475 getCurScope(), ObjCTypeParamVariance::Invariant, SourceLocation(), in parseObjCTypeParamListOrProtocolRefs() 491 ObjCTypeParamVariance variance = ObjCTypeParamVariance::Invariant; in parseObjCTypeParamListOrProtocolRefs()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5268 SmallMapVector<unsigned, unsigned, 4> Invariant; in calculateRegisterUsage() local 5282 Invariant[ClassID] += GetRegUsage(Inst->getType(), VF); in calculateRegisterUsage() 5294 dbgs() << "LV(REG): Found invariant usage: " << Invariant.size() in calculateRegisterUsage() 5296 for (const auto &pair : Invariant) { in calculateRegisterUsage() 5303 RU.LoopInvariantRegs = Invariant; in calculateRegisterUsage()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 1364 case ObjCTypeParamVariance::Invariant: in PrintObjCTypeParams()
|
H A D | DeclObjC.cpp | 1492 ObjCTypeParamVariance::Invariant, in CreateDeserialized()
|
H A D | JSONNodeDumper.cpp | 1117 case ObjCTypeParamVariance::Invariant: in VisitObjCTypeParamDecl()
|
H A D | TextNodeDumper.cpp | 2739 case ObjCTypeParamVariance::Invariant: in VisitObjCTypeParamDecl()
|
H A D | ASTContext.cpp | 10462 case ObjCTypeParamVariance::Invariant: in sameObjCTypeArgs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVSymbolicOperands.td | 1169 defm Invariant : DecorationOperand<18, 0, 0, [], [Shader]>;
|