Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp94 class NclPopcountRecognize { class
102 explicit NclPopcountRecognize(LoopIdiomRecognize &TheLIR);
308 NclPopcountRecognize::NclPopcountRecognize(LoopIdiomRecognize &TheLIR): in NclPopcountRecognize() function in NclPopcountRecognize
312 bool NclPopcountRecognize::preliminaryScreen() { in preliminaryScreen()
346 Value *NclPopcountRecognize::matchCondition (BranchInst *Br, in matchCondition()
367 bool NclPopcountRecognize::detectIdiom(Instruction *&CntInst, in detectIdiom()
495 void NclPopcountRecognize::transform(Instruction *CntInst, in transform()
614 CallInst *NclPopcountRecognize::createPopcntIntrinsic(IRBuilderTy &IRBuilder, in createPopcntIntrinsic()
630 bool NclPopcountRecognize::recognize() { in recognize()
700 NclPopcountRecognize Popcount(*this); in runOnNoncountableLoop()