Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3421 Value *QPred = QStore->getParent() == QTB ? QCond : QB.CreateNot(QCond); in mergeConditionalStoreToAddress() local
3426 QPred = QB.CreateNot(QPred); in mergeConditionalStoreToAddress()
3427 Value *CombinedPred = QB.CreateOr(PPred, QPred); in mergeConditionalStoreToAddress()