Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp314 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in computeObjectUnderConstruction() local
317 MRMgr.getCXXTempObjectRegion(LCC->getInitializer(), LCtx)); in computeObjectUnderConstruction()
491 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in updateObjectsUnderConstruction() local
499 State, {LCC->getLambdaExpr(), LCC->getIndex()}, LCtx, V); in updateObjectsUnderConstruction()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp609 [L](const LoopCacheCostTy &LCC) { return LCC.first == L; }) && in calculateCacheFootprint() argument
/src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5729 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in print_construction_context() local
5730 Helper.handledStmt(const_cast<LambdaExpr *>(LCC->getLambdaExpr()), OS); in print_construction_context()
5731 OS << "+" << LCC->getIndex(); in print_construction_context()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11569 ISD::CondCode LCC = cast<CondCodeSDNode>(LHS.getOperand(2))->get(); in performAndCombine() local
11578 if (LCC == ISD::SETO) { in performAndCombine()
11612 ISD::CondCode LCC = cast<CondCodeSDNode>(LHS.getOperand(2))->get(); in performAndCombine() local
11616 if ((LCC == ISD::SETO || LCC == ISD::SETUO) && Mask && in performAndCombine()
11620 unsigned NewMask = LCC == ISD::SETO ? in performAndCombine()