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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp118 /// Return true iff the idiom is detected in the loop. and 1) \p CntInst
123 (Instruction *&CntInst, PHINode *&CntPhi, Value *&Var) const;
126 void transform (Instruction *CntInst, PHINode *CntPhi, Value *Var);
367 bool NclPopcountRecognize::detectIdiom(Instruction *&CntInst, argument
487 CntInst = CountInst;
495 void NclPopcountRecognize::transform(Instruction *CntInst, argument
502 const DebugLoc DL = CntInst->getDebugLoc();
599 for (Value::use_iterator I = CntInst->use_begin(), E = CntInst->use_end();
605 (cast<Instruction>(CntUses[Idx]))->replaceUsesOfWith(CntInst, NewCoun
[all...]

Completed in 94 milliseconds