Searched refs:LCC (Results 1 – 5 of 5) sorted by relevance
215 auto IT = llvm::find_if(LoopCosts, [&L](const LoopCacheCostTy &LCC) { in getLoopCost()216 return LCC.first == &L; in getLoopCost()
324 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in computeObjectUnderConstruction() local327 MRMgr.getCXXTempObjectRegion(LCC->getInitializer(), LCtx)); in computeObjectUnderConstruction()501 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in updateObjectsUnderConstruction() local509 State, {LCC->getLambdaExpr(), LCC->getIndex()}, LCtx, V); in updateObjectsUnderConstruction()
615 [L](const LoopCacheCostTy &LCC) { return LCC.first == L; }) && in calculateCacheFootprint() argument
5838 const auto *LCC = cast<LambdaCaptureConstructionContext>(CC); in print_construction_context() local5839 Helper.handledStmt(const_cast<LambdaExpr *>(LCC->getLambdaExpr()), OS); in print_construction_context()5840 OS << "+" << LCC->getIndex(); in print_construction_context()
12340 ISD::CondCode LCC = cast<CondCodeSDNode>(LHS.getOperand(2))->get(); in performAndCombine() local12349 if (LCC == ISD::SETO) { in performAndCombine()12382 ISD::CondCode LCC = cast<CondCodeSDNode>(LHS.getOperand(2))->get(); in performAndCombine() local12387 if ((LCC == ISD::SETO || LCC == ISD::SETUO) && Mask && in performAndCombine()12391 unsigned NewMask = LCC == ISD::SETO ? Mask->getZExtValue() & ~OrdMask in performAndCombine()