Searched refs:InitX (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 1724 InitX = PhiX->getIncomingValueForBlock(CurLoop->getLoopPreheader()); in detectShiftUntilZeroIdiom() 1770 Value *InitX; in recognizeAndInsertFFS() local 1778 if (!detectShiftUntilZeroIdiom(CurLoop, *DL, IntrinID, InitX, in recognizeAndInsertFFS() 1818 if (matchCondition(PreCondBI, PH) != InitX) in recognizeAndInsertFFS() 1834 const Value *Args[] = {InitX, in recognizeAndInsertFFS() 1842 IntrinsicCostAttributes Attrs(IntrinID, InitX->getType(), Args); in recognizeAndInsertFFS() 1849 transformLoopToCountable(IntrinID, PH, CntInst, CntPhi, InitX, DefX, in recognizeAndInsertFFS() 1982 InitXNext = Builder.CreateAShr(InitX, 1); in transformLoopToCountable() 1984 InitXNext = Builder.CreateLShr(InitX, 1); in transformLoopToCountable() 1986 InitXNext = Builder.CreateShl(InitX, 1); in transformLoopToCountable() [all …]
|
| /freebsd-14.2/contrib/googletest/docs/reference/ |
| H A D | mocking.md | 193 method of `my_mock` is called only after both `InitX()` and `InitY()` have been 199 Expectation init_x = EXPECT_CALL(my_mock, InitX());
|