Home
last modified time | relevance | path

Searched defs:CntPhi (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1597 PHINode *&CntPhi, Instruction *&DefX, in detectShiftUntilLessThanIdiom()
1693 Instruction *&CntInst, PHINode *&CntPhi, in detectPopcountIdiom()
1827 Instruction *&CntInst, PHINode *&CntPhi, in detectShiftUntilZeroIdiom()
1923 PHINode *CntPhi, in insertFFSIfProfitable()
1994 PHINode *CntPhi = nullptr; in recognizeAndInsertFFS() local
2012 PHINode *CntPhi = nullptr; in recognizeShiftUntilLessThan() local
2111 PHINode *CntPhi; in recognizePopcount() local
2180 PHINode *CntPhi, Value *InitX, Instruction *DefX, const DebugLoc &DL, in transformLoopToCountable()
2274 PHINode *CntPhi, Value *Var) { in transformLoopToPopcount()