Home
last modified time | relevance | path

Searched refs:LCC (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h216 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost()
217 return LCC.first == &L; in getLoopCost()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp308 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in computeObjectUnderConstruction() local
311 MRMgr.getCXXTempObjectRegion(LCC->getInitializer(), LCtx)); in computeObjectUnderConstruction()
483 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in updateObjectsUnderConstruction() local
491 State, {LCC->getLambdaExpr(), LCC->getIndex()}, LCtx, V); in updateObjectsUnderConstruction()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp604 [L](const LoopCacheCostTy &LCC) { return LCC.first == L; }) && in calculateCacheFootprint() argument
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp5723 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in print_construction_context() local
5724 Helper.handledStmt(const_cast<LambdaExpr *>(LCC->getLambdaExpr()), OS); in print_construction_context()
5725 OS << "+" << LCC->getIndex(); in print_construction_context()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9715 ISD::CondCode LCC = cast<CondCodeSDNode>(LHS.getOperand(2))->get(); in performAndCombine() local
9724 if (LCC == ISD::SETO) { in performAndCombine()
9758 ISD::CondCode LCC = cast<CondCodeSDNode>(LHS.getOperand(2))->get(); in performAndCombine() local
9762 if ((LCC == ISD::SETO || LCC == ISD::SETUO) && Mask && in performAndCombine()
9766 unsigned NewMask = LCC == ISD::SETO ? in performAndCombine()