Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1926 Instruction *TcDec = cast<Instruction>(Builder.CreateSub( in transformLoopToCountable() local
1930 TcPhi->addIncoming(TcDec, Body); in transformLoopToCountable()
1935 LbCond->setOperand(0, TcDec); in transformLoopToCountable()
2032 Instruction *TcDec = cast<Instruction>( in transformLoopToPopcount() local
2037 TcPhi->addIncoming(TcDec, Body); in transformLoopToPopcount()
2042 LbCond->setOperand(0, TcDec); in transformLoopToPopcount()