Searched refs:LCC (Results 1 – 6 of 6) sorted by relevance
216 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost()217 return LCC.first == &L; in getLoopCost()
34 - description: PLL4 from LCC
314 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in computeObjectUnderConstruction() local317 MRMgr.getCXXTempObjectRegion(LCC->getInitializer(), LCtx)); in computeObjectUnderConstruction()491 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in updateObjectsUnderConstruction() local499 State, {LCC->getLambdaExpr(), LCC->getIndex()}, LCtx, V); in updateObjectsUnderConstruction()
604 [L](const LoopCacheCostTy &LCC) { return LCC.first == L; }) && in calculateCacheFootprint() argument
5732 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in print_construction_context() local5733 Helper.handledStmt(const_cast<LambdaExpr *>(LCC->getLambdaExpr()), OS); in print_construction_context()5734 OS << "+" << LCC->getIndex(); in print_construction_context()
11380 ISD::CondCode LCC = cast<CondCodeSDNode>(LHS.getOperand(2))->get(); in performAndCombine() local11389 if (LCC == ISD::SETO) { in performAndCombine()11423 ISD::CondCode LCC = cast<CondCodeSDNode>(LHS.getOperand(2))->get(); in performAndCombine() local11427 if ((LCC == ISD::SETO || LCC == ISD::SETUO) && Mask && in performAndCombine()11431 unsigned NewMask = LCC == ISD::SETO ? in performAndCombine()