Lines Matching refs:IsHugeFunc
373 bool IsHugeFunc = false; member in __anon1d600f580111::CodeGenPrepare
640 IsHugeFunc = F.size() > HugeFuncThresholdInCGPP; in _run()
663 if (IsHugeFunc) { in _run()
685 FuncIterated = IsHugeFunc; in _run()
869 if (IsHugeFunc) { in eliminateFallThrough()
1148 if (IsHugeFunc) { in eliminateMostlyEmptyBlock()
1620 replaceAllUsesWith(BO, Math, FreshBBs, IsHugeFunc); in replaceMathCmpWithIntrinsic()
1625 replaceAllUsesWith(Cmp, OV, FreshBBs, IsHugeFunc); in replaceMathCmpWithIntrinsic()
2296 bool IsHugeFunc) { in despeculateCountZeros() argument
2321 if (IsHugeFunc) in despeculateCountZeros()
2331 if (IsHugeFunc) in despeculateCountZeros()
2360 replaceAllUsesWith(CountZeros, PN, FreshBBs, IsHugeFunc); in despeculateCountZeros()
2510 replaceAllUsesWith(II, ArgVal, FreshBBs, IsHugeFunc); in optimizeCallInst()
2518 IsHugeFunc); in optimizeCallInst()
2553 replaceAllUsesWith(CI, V, FreshBBs, IsHugeFunc); in optimizeCallInst()
6195 replaceAllUsesWith(Pt, Inst, FreshBBs, IsHugeFunc); in mergeSExts()
6207 replaceAllUsesWith(Inst, Pt, FreshBBs, IsHugeFunc); in mergeSExts()
6368 replaceAllUsesWith(GEP, NewGEP, FreshBBs, IsHugeFunc); in splitLargeGEPOffsets()
6508 replaceAllUsesWith(U, ValMap[U->getOperand(0)], FreshBBs, IsHugeFunc); in optimizePhiType()
6536 replaceAllUsesWith(I, PoisonValue::get(I->getType()), FreshBBs, IsHugeFunc); in optimizePhiTypes()
6952 replaceAllUsesWith(Load, NewAnd, FreshBBs, IsHugeFunc); in optimizeLoadExt()
6960 replaceAllUsesWith(And, NewAnd, FreshBBs, IsHugeFunc); in optimizeLoadExt()
7070 replaceAllUsesWith(Shift, NewSel, FreshBBs, IsHugeFunc); in optimizeShiftInst()
7105 replaceAllUsesWith(Fsh, NewSel, FreshBBs, IsHugeFunc); in optimizeFunnelShift()
7245 if (IsHugeFunc) { in optimizeSelectInst()
7290 replaceAllUsesWith(SI, PN, FreshBBs, IsHugeFunc); in optimizeSelectInst()
7328 replaceAllUsesWith(SVI, BC2, FreshBBs, IsHugeFunc); in optimizeShuffleVectorInst()
7382 if (IsHugeFunc) { in tryToSinkFreeOperands()
8234 bool IsHugeFunc) { in optimizeBranch() argument
8276 replaceAllUsesWith(Cmp, NewCmp, FreshBBs, IsHugeFunc); in optimizeBranch()
8290 replaceAllUsesWith(Cmp, NewCmp, FreshBBs, IsHugeFunc); in optimizeBranch()
8313 replaceAllUsesWith(P, V, FreshBBs, IsHugeFunc); in optimizeInst()
8412 replaceAllUsesWith(GEPI, NC, FreshBBs, IsHugeFunc); in optimizeInst()
8446 replaceAllUsesWith(FI, CmpI, FreshBBs, IsHugeFunc); in optimizeInst()
8473 return optimizeBranch(cast<BranchInst>(I), *TLI, FreshBBs, IsHugeFunc); in optimizeInst()
8491 replaceAllUsesWith(&I, LastInst, FreshBBs, IsHugeFunc); in makeBitReverse()
8514 if (IsHugeFunc) { in optimizeBlock()
8796 if (IsHugeFunc) in splitBranchCondition()