Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp122 (Instruction *&CntInst, PHINode *&CntPhi, Value *&Var) const;
125 void transform(Instruction *CntInst, PHINode *CntPhi, Value *Var);
334 bool NclPopcountRecognize::detectIdiom(Instruction *&CntInst, in detectIdiom() argument
453 CntInst = CountInst; in detectIdiom()
461 void NclPopcountRecognize::transform(Instruction *CntInst, in transform() argument
468 const DebugLoc DL = CntInst->getDebugLoc(); in transform()
563 CntInst->replaceUsesOutsideBlock(NewCount, Body); in transform()
596 Instruction *CntInst; in recognize() local
599 if (!detectIdiom(CntInst, CntPhi, Val)) in recognize()
602 transform(CntInst, CntPhi, Val); in recognize()