HomeSort by: relevance | last modified time | path
    Searched defs:hoistCommonInsts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SimplifyCFGOptions.h 28 bool HoistCommonInsts = false;
52 SimplifyCFGOptions &hoistCommonInsts(bool B) {
53 HoistCommonInsts = B;
SimplifyCFGOptions.h 28 bool HoistCommonInsts = false;
52 SimplifyCFGOptions &hoistCommonInsts(bool B) {
53 HoistCommonInsts = B;

Completed in 94 milliseconds