Home
last modified time | relevance | path

Searched refs:computeLiveness (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Transforms/
H A DSymbolDCE.cpp32 LogicalResult computeLiveness(Operation *symbolTableOp,
60 if (failed(computeLiveness(symbolTableOp, symbolTable, symbolTableIsHidden, in runOnOperation()
83 LogicalResult SymbolDCE::computeLiveness(Operation *symbolTableOp, in computeLiveness() function in SymbolDCE
118 if (failed(computeLiveness(op, symbolTable, symIsHidden, liveSymbols))) in computeLiveness()
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h74 computeLiveness(AnalysisDeclContext &analysisContext, bool killAtAssign);
102 return computeLiveness(analysisContext, true); in create()
116 return computeLiveness(analysisContext, false); in create()
/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp559 LiveVariables::computeLiveness(AnalysisDeclContext &AC, bool killAtAssign) { in computeLiveness()
523 LiveVariables::computeLiveness(AnalysisDeclContext &AC, bool killAtAssign) { computeLiveness() function in LiveVariables