Searched refs:InitX (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 256 bool isProfitableToInsertFFS(Intrinsic::ID IntrinID, Value *InitX, 258 bool insertFFSIfProfitable(Intrinsic::ID IntrinID, Value *InitX, 1905 Value *&InitX, Instruction *&CntInst, in detectShiftUntilLessThanIdiom() argument 1945 InitX = VarPhi->getIncomingValueForBlock(CurLoop->getLoopPreheader()); in detectShiftUntilLessThanIdiom() 2135 Intrinsic::ID &IntrinID, Value *&InitX, in detectShiftUntilZeroIdiom() argument 2168 InitX = PhiX->getIncomingValueForBlock(CurLoop->getLoopPreheader()); in detectShiftUntilZeroIdiom() 2172 if (DefX->getOpcode() == Instruction::AShr && !isKnownNonNegative(InitX, DL)) in detectShiftUntilZeroIdiom() 2208 Value *InitX, bool ZeroCheck, in isProfitableToInsertFFS() argument 2210 const Value *Args[] = {InitX, in isProfitableToInsertFFS() 2211 ConstantInt::getBool(InitX->getContext(), ZeroCheck)}; in isProfitableToInsertFFS() [all …]
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | mocking.md | 192 method of `my_mock` is called only after both `InitX()` and `InitY()` have been 198 Expectation init_x = EXPECT_CALL(my_mock, InitX());
|