Searched refs:InvertQCond (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 2911 bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument 3022 if (InvertQCond) in mergeConditionalStoreToAddress() 3108 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local 3116 InvertQCond = true; in mergeConditionalStores() 3167 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond, DL); in mergeConditionalStores()
|