Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1238 CmpInst *&InsertedCmp = InsertedCmps[UserBB]; in SinkCmpExpression() local
1240 if (!InsertedCmp) { in SinkCmpExpression()
1243 InsertedCmp = in SinkCmpExpression()
1247 InsertedCmp->setDebugLoc(CI->getDebugLoc()); in SinkCmpExpression()
1251 TheUse = InsertedCmp; in SinkCmpExpression()