Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1496 static Value *matchCondition(BranchInst *BI, BasicBlock *LoopEntry, in matchCondition() function
1574 if (Value *T = matchCondition( in detectPopcountIdiom()
1651 Value *T = matchCondition(PreCondBr, CurLoop->getLoopPreheader()); in detectPopcountIdiom()
1703 if (Value *T = matchCondition( in detectShiftUntilZeroIdiom()
1818 if (matchCondition(PreCondBI, PH) != InitX) in recognizeAndInsertFFS()