Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4006 BasicBlock *PostBB, Value *Address, bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
4128 if (InvertQCond) in mergeConditionalStoreToAddress()
4197 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
4205 InvertQCond = true; in mergeConditionalStores()
4257 InvertPCond, InvertQCond, DTU, DL, TTI); in mergeConditionalStores()