Searched refs:InvertQCond (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2545 bool InvertPCond, bool InvertQCond) { in mergeConditionalStoreToAddress() argument 2639 if (InvertQCond) in mergeConditionalStoreToAddress() 2693 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local 2701 InvertQCond = true; in mergeConditionalStores() 2753 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond); in mergeConditionalStores()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2903 bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument 3014 if (InvertQCond) in mergeConditionalStoreToAddress() 3100 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local 3108 InvertQCond = true; in mergeConditionalStores() 3159 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond, DL); in mergeConditionalStores()
|