Searched refs:CommonHoist (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | BranchFolding.h | 26 explicit BranchFolder(bool defaultEnableTailMerge, bool CommonHoist);
|
D | BranchFolding.cpp | 90 BranchFolder::BranchFolder(bool defaultEnableTailMerge, bool CommonHoist) { in BranchFolder() argument 97 EnableHoistCommonCode = CommonHoist; in BranchFolder()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | BranchFolding.h | 40 bool CommonHoist,
|
D | BranchFolding.cpp | 138 BranchFolder::BranchFolder(bool defaultEnableTailMerge, bool CommonHoist, in BranchFolder() argument 142 : EnableHoistCommonCode(CommonHoist), MinCommonTailLength(MinTailLength), in BranchFolder()
|
/external/llvm/lib/CodeGen/ |
D | BranchFolding.h | 32 explicit BranchFolder(bool defaultEnableTailMerge, bool CommonHoist,
|
D | BranchFolding.cpp | 111 BranchFolder::BranchFolder(bool defaultEnableTailMerge, bool CommonHoist, in BranchFolder() argument 114 : EnableHoistCommonCode(CommonHoist), MBBFreqInfo(FreqInfo), in BranchFolder()
|