Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Interfaces/
H A DCIRLoopOpInterface.cpp30 regions.emplace_back(mlir::RegionSuccessor(op->getResults())); in getLoopOpSuccessorRegions()
/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/clang/lib/CIR/Dialect/IR/
H A DCIRMemorySlot.cpp21 for (Value result : op->getResults()) in forwardToUsers()
H A DCIRDialect.cpp283 regions.emplace_back(loopOp->getResults()); in getSuccessorRegions()
647 allResultTypes = opsFnTy.getResults(); in parseCallCommon()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h227 std::pair<ProgramStateRef, const UninitFieldMap &> getResults() { in getResults() function
H A DUninitializedObjectChecker.cpp158 F.getResults(); in checkEndFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp129 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.cpp2342 if (MFI.getResults().empty()) in fixEndsAtEndOfFunction()
2348 MFI.getResults().size() > 1 in fixEndsAtEndOfFunction()
2351 WebAssembly::toValType(MFI.getResults().front())); in fixEndsAtEndOfFunction()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h312 const ExplodedNodeSet &getResults() { in getResults() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h694 CoroEndResults *getResults() const { in getResults() function
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/
H A DFlattenCFG.cpp72 if (ifOp->getResults().empty()) in matchAndRewrite()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1091 assert(Bldr.getResults().size() == 1); in VisitCXXNewExpr()
H A DExprEngineC.cpp677 getCheckerManager().runCheckersForPostStmt(Dst, B.getResults(), DS, *this); in VisitDeclStmt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp254 auto *CoroResults = CoroEnd->getResults(); in replaceFallthroughCoroEnd()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp530 FnVarLocs = MFP.getAnalysis<AssignmentTrackingAnalysis>().getResults(); in initializeAnalysisResults()