Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/SimplifyCFG/
Dpreserve-branchweights.ll392 define i32 @HoistThenElseCodeToIf(i32 %n) {
393 ; CHECK-LABEL: @HoistThenElseCodeToIf(
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp840 static bool HoistThenElseCodeToIf(BranchInst *BI) { in HoistThenElseCodeToIf() function
2729 if (HoistThenElseCodeToIf(BI)) in SimplifyCondBranch()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1173 static bool HoistThenElseCodeToIf(BranchInst *BI, in HoistThenElseCodeToIf() function
5333 if (HoistThenElseCodeToIf(BI, TTI)) in SimplifyCondBranch()