Searched refs:InvertPCond (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2545 bool InvertPCond, bool InvertQCond) { in mergeConditionalStoreToAddress() argument 2637 if (InvertPCond) in mergeConditionalStoreToAddress() 2693 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local 2697 InvertPCond = true; in mergeConditionalStores() 2753 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond); in mergeConditionalStores()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 2960 bool InvertPCond, bool InvertQCond, in mergeConditionalStoreToAddress() argument 3075 if (InvertPCond) in mergeConditionalStoreToAddress() 3164 bool InvertPCond = false, InvertQCond = false; in mergeConditionalStores() local 3168 InvertPCond = true; in mergeConditionalStores() 3223 PTB, PFB, QTB, QFB, PostBB, Address, InvertPCond, InvertQCond, DL, TTI); in mergeConditionalStores()
|