Searched refs:CntInst (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp198 void transformLoopToPopcount(BasicBlock *PreCondBB, Instruction *CntInst,
202 Instruction *CntInst, PHINode *CntPhi,
1255 /// 1) \p CntInst is set to the instruction counting the population bit.
1277 Instruction *&CntInst, PHINode *&CntPhi,
1376 CntInst = CountInst;
1387 /// 1) \p CntInst is set to the instruction Counting Leading Zeros (CTLZ)
1413 Instruction *&CntInst, PHINode *&CntPhi,
1419 CntInst = nullptr;
1473 CntInst = Inst;
1477 if (!CntInst)
1276 detectPopcountIdiom(Loop *CurLoop, BasicBlock *PreCondBB, Instruction *&CntInst, PHINode *&CntPhi, Value *&Var) argument
1411 detectShiftUntilZeroIdiom(Loop *CurLoop, const DataLayout &DL, Intrinsic::ID &IntrinID, Value *&InitX, Instruction *&CntInst, PHINode *&CntPhi, Instruction *&DefX) argument
1495 Instruction *CntInst = nullptr; local
1686 transformLoopToCountable( Intrinsic::ID IntrinID, BasicBlock *Preheader, Instruction *CntInst, PHINode *CntPhi, Value *InitX, Instruction *DefX, const DebugLoc &DL, bool ZeroCheck, bool IsCntPhiUsedOutsideLoop) argument
1777 transformLoopToPopcount(BasicBlock *PreCondBB, Instruction *CntInst, PHINode *CntPhi, Value *Var) argument
[all...]

Completed in 20 milliseconds