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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp199 PHINode *CntPhi, Value *Var);
202 Instruction *CntInst, PHINode *CntPhi,
1256 /// 2) \p CntPhi is set to the corresponding phi node.
1277 Instruction *&CntInst, PHINode *&CntPhi,
1377 CntPhi = CountPhi;
1389 /// 2) \p CntPhi is set to the corresponding phi node
1413 Instruction *&CntInst, PHINode *&CntPhi,
1420 CntPhi = nullptr;
1474 CntPhi = Phi;
1494 PHINode *CntPhi local
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
1619 PHINode *CntPhi; 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 173 milliseconds