HomeSort by: relevance | last modified time | path
    Searched refs:HoistCommonInsts (Results 1 - 3 of 3) 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;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 292 Options.HoistCommonInsts = UserHoistCommonInsts;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 6553 HoistThenElseCodeToIf(BI, TTI, !Options.HoistCommonInsts))

Completed in 34 milliseconds