Searched refs:InvertPCond (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 3020 if (InvertPCond) in mergeConditionalStoreToAddress() 3108 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local 3112 InvertPCond = true; in mergeConditionalStores() 3167 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond, DL); in mergeConditionalStores()
|