Home
last modified time | relevance | path

Searched refs:getResults (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h140 const FunctionVarLocs *getResults() { return Results.get(); }
113 const FunctionVarLocs *getResults() { return Results.get(); } getResults() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp130 for (auto VT : MFI.getResults()) in WebAssemblyFunctionInfo()
H A DWebAssemblyMachineFunctionInfo.h85 const std::vector<MVT> &getResults() const { return Results; } in getResults() function
H A DWebAssemblyCFGStackify.cpp1473 if (MFI.getResults().empty()) in fixEndsAtEndOfFunction()
1479 MFI.getResults().size() > 1 in fixEndsAtEndOfFunction()
1482 WebAssembly::toValType(MFI.getResults().front())); in fixEndsAtEndOfFunction()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h310 const ExplodedNodeSet &getResults() { in getResults() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h687 CoroEndResults *getResults() const { in getResults() function
H A DCoroSplit.cpp345 auto *CoroResults = CoroEnd->getResults(); in replaceFallthroughCoroEnd()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1119 assert(Bldr.getResults().size() == 1); in VisitCXXNewExpr()
H A DExprEngineC.cpp638 getCheckerManager().runCheckersForPostStmt(Dst, B.getResults(), DS, *this); in VisitDeclStmt()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp560 FnVarLocs = MFP.getAnalysis<AssignmentTrackingAnalysis>().getResults(); in initializeAnalysisResults()