Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2545 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()