Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1579 static Value *matchCondition(BranchInst *BI, BasicBlock *LoopEntry, in matchCondition() function
1657 if (Value *T = matchCondition( in detectPopcountIdiom()
1734 Value *T = matchCondition(PreCondBr, CurLoop->getLoopPreheader()); in detectPopcountIdiom()
1786 if (Value *T = matchCondition( in detectShiftUntilZeroIdiom()
1901 if (matchCondition(PreCondBI, PH) != InitX) in recognizeAndInsertFFS()