Searched refs:LCC (Results 1 – 5 of 5) sorted by relevance
216 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost()217 return LCC.first == &L; in getLoopCost()
308 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in computeObjectUnderConstruction() local311 MRMgr.getCXXTempObjectRegion(LCC->getInitializer(), LCtx)); in computeObjectUnderConstruction()483 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in updateObjectsUnderConstruction() local491 State, {LCC->getLambdaExpr(), LCC->getIndex()}, LCtx, V); in updateObjectsUnderConstruction()
604 [L](const LoopCacheCostTy &LCC) { return LCC.first == L; }) && in calculateCacheFootprint() argument
5723 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in print_construction_context() local5724 Helper.handledStmt(const_cast<LambdaExpr *>(LCC->getLambdaExpr()), OS); in print_construction_context()5725 OS << "+" << LCC->getIndex(); in print_construction_context()
9715 ISD::CondCode LCC = cast<CondCodeSDNode>(LHS.getOperand(2))->get(); in performAndCombine() local9724 if (LCC == ISD::SETO) { in performAndCombine()9758 ISD::CondCode LCC = cast<CondCodeSDNode>(LHS.getOperand(2))->get(); in performAndCombine() local9762 if ((LCC == ISD::SETO || LCC == ISD::SETUO) && Mask && in performAndCombine()9766 unsigned NewMask = LCC == ISD::SETO ? in performAndCombine()