OptimizationPasses
Browse all 442 domain entities categorized under OptimizationPasses in the react Architecture Docs architecture documentation.
extractScopeDeclarationsFromDestructuring() — react Function Reference
Architecture documentation for the extractScopeDeclarationsFromDestructuring() function in ExtractScopeDeclarationsFromDestructuring.ts from the react codebase.
transformDestructuring() — react Function Reference
Architecture documentation for the transformDestructuring() function in ExtractScopeDeclarationsFromDestructuring.ts from the react codebase.
transformInstruction() — react Function Reference
Architecture documentation for the transformInstruction() function in ExtractScopeDeclarationsFromDestructuring.ts from the react codebase.
visitScope() — react Function Reference
Architecture documentation for the visitScope() function in ExtractScopeDeclarationsFromDestructuring.ts from the react codebase.
flattenReactiveLoopsHIR() — react Function Reference
Architecture documentation for the flattenReactiveLoopsHIR() function in FlattenReactiveLoopsHIR.ts from the react codebase.
flattenScopesWithHooksOrUseHIR() — react Function Reference
Architecture documentation for the flattenScopesWithHooksOrUseHIR() function in FlattenScopesWithHooksOrUseHIR.ts from the react codebase.
findDisjointMutableValues() — react Function Reference
Architecture documentation for the findDisjointMutableValues() function in InferReactiveScopeVariables.ts from the react codebase.
inferReactiveScopeVariables() — react Function Reference
Architecture documentation for the inferReactiveScopeVariables() function in InferReactiveScopeVariables.ts from the react codebase.
inRange() — react Function Reference
Architecture documentation for the inRange() function in InferReactiveScopeVariables.ts from the react codebase.
isMutable() — react Function Reference
Architecture documentation for the isMutable() function in InferReactiveScopeVariables.ts from the react codebase.
mayAllocate() — react Function Reference
Architecture documentation for the mayAllocate() function in InferReactiveScopeVariables.ts from the react codebase.
mergeLocation() — react Function Reference
Architecture documentation for the mergeLocation() function in InferReactiveScopeVariables.ts from the react codebase.
createPropsProperties() — react Function Reference
Architecture documentation for the createPropsProperties() function in InlineJsxTransform.ts from the react codebase.
createSymbolProperty() — react Function Reference
Architecture documentation for the createSymbolProperty() function in InlineJsxTransform.ts from the react codebase.
createTagProperty() — react Function Reference
Architecture documentation for the createTagProperty() function in InlineJsxTransform.ts from the react codebase.
handleIdentifier() — react Function Reference
Architecture documentation for the handleIdentifier() function in InlineJsxTransform.ts from the react codebase.
handlelValue() — react Function Reference
Architecture documentation for the handlelValue() function in InlineJsxTransform.ts from the react codebase.
handlePlace() — react Function Reference
Architecture documentation for the handlePlace() function in InlineJsxTransform.ts from the react codebase.
inlineJsxTransform() — react Function Reference
Architecture documentation for the inlineJsxTransform() function in InlineJsxTransform.ts from the react codebase.
emit() — react Function Reference
Architecture documentation for the emit() function in InstructionReordering.ts from the react codebase.
findReferencedRangeOfTemporaries() — react Function Reference
Architecture documentation for the findReferencedRangeOfTemporaries() function in InstructionReordering.ts from the react codebase.
getDepth() — react Function Reference
Architecture documentation for the getDepth() function in InstructionReordering.ts from the react codebase.
getReorderability() — react Function Reference
Architecture documentation for the getReorderability() function in InstructionReordering.ts from the react codebase.
instructionReordering() — react Function Reference
Architecture documentation for the instructionReordering() function in InstructionReordering.ts from the react codebase.
print() — react Function Reference
Architecture documentation for the print() function in InstructionReordering.ts from the react codebase.
printNode() — react Function Reference
Architecture documentation for the printNode() function in InstructionReordering.ts from the react codebase.
reorderBlock() — react Function Reference
Architecture documentation for the reorderBlock() function in InstructionReordering.ts from the react codebase.
emitArrayInstr() — react Function Reference
Architecture documentation for the emitArrayInstr() function in LowerContextAccess.ts from the react codebase.
emitLoadLoweredContextCallee() — react Function Reference
Architecture documentation for the emitLoadLoweredContextCallee() function in LowerContextAccess.ts from the react codebase.
emitPropertyLoad() — react Function Reference
Architecture documentation for the emitPropertyLoad() function in LowerContextAccess.ts from the react codebase.
emitSelectorFn() — react Function Reference
Architecture documentation for the emitSelectorFn() function in LowerContextAccess.ts from the react codebase.
getContextKeys() — react Function Reference
Architecture documentation for the getContextKeys() function in LowerContextAccess.ts from the react codebase.
lowerContextAccess() — react Function Reference
Architecture documentation for the lowerContextAccess() function in LowerContextAccess.ts from the react codebase.
expandFbtScopeRange() — react Function Reference
Architecture documentation for the expandFbtScopeRange() function in MemoizeFbtAndMacroOperandsInSameScope.ts from the react codebase.
memoizeFbtAndMacroOperandsInSameScope() — react Function Reference
Architecture documentation for the memoizeFbtAndMacroOperandsInSameScope() function in MemoizeFbtAndMacroOperandsInSameScope.ts from the react codebase.
mergeMacroArguments() — react Function Reference
Architecture documentation for the mergeMacroArguments() function in MemoizeFbtAndMacroOperandsInSameScope.ts from the react codebase.
populateMacroTags() — react Function Reference
Architecture documentation for the populateMacroTags() function in MemoizeFbtAndMacroOperandsInSameScope.ts from the react codebase.
visitOperands() — react Function Reference
Architecture documentation for the visitOperands() function in MemoizeFbtAndMacroOperandsInSameScope.ts from the react codebase.
areEqualDependencies() — react Function Reference
Architecture documentation for the areEqualDependencies() function in MergeReactiveScopesThatInvalidateTogether.ts from the react codebase.
areLValuesLastUsedByScope() — react Function Reference
Architecture documentation for the areLValuesLastUsedByScope() function in MergeReactiveScopesThatInvalidateTogether.ts from the react codebase.
canMergeScopes() — react Function Reference
Architecture documentation for the canMergeScopes() function in MergeReactiveScopesThatInvalidateTogether.ts from the react codebase.
constructor() — react Function Reference
Architecture documentation for the constructor() function in MergeReactiveScopesThatInvalidateTogether.ts from the react codebase.
isAlwaysInvalidatingType() — react Function Reference
Architecture documentation for the isAlwaysInvalidatingType() function in MergeReactiveScopesThatInvalidateTogether.ts from the react codebase.
log() — react Function Reference
Architecture documentation for the log() function in MergeReactiveScopesThatInvalidateTogether.ts from the react codebase.
mergeReactiveScopesThatInvalidateTogether() — react Function Reference
Architecture documentation for the mergeReactiveScopesThatInvalidateTogether() function in MergeReactiveScopesThatInvalidateTogether.ts from the react codebase.
scopeIsEligibleForMerging() — react Function Reference
Architecture documentation for the scopeIsEligibleForMerging() function in MergeReactiveScopesThatInvalidateTogether.ts from the react codebase.
transformScope() — react Function Reference
Architecture documentation for the transformScope() function in MergeReactiveScopesThatInvalidateTogether.ts from the react codebase.
updateScopeDeclarations() — react Function Reference
Architecture documentation for the updateScopeDeclarations() function in MergeReactiveScopesThatInvalidateTogether.ts from the react codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free