Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3739 BasicBlock *PostBB, Value *Address, bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument
3858 if (InvertQCond) in mergeConditionalStoreToAddress()
3925 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local
3933 InvertQCond = true; in mergeConditionalStores()
3985 InvertPCond, InvertQCond, DTU, DL, TTI); in mergeConditionalStores()