Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h112 bool DuplicateCondBranchOnPHIIntoPred(
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp116 bool DuplicateCondBranchOnPHIIntoPred(BasicBlock *BB,
1163 if (DuplicateCondBranchOnPHIIntoPred(BB, PredBBs)) in ProcessBranchOnPHI()
1273 return DuplicateCondBranchOnPHIIntoPred(BB, BlocksToFoldInto); in ProcessBranchOnXOR()
1454 bool JumpThreading::DuplicateCondBranchOnPHIIntoPred(BasicBlock *BB, in DuplicateCondBranchOnPHIIntoPred() function in JumpThreading
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1298 if (DuplicateCondBranchOnPHIIntoPred(BB, PredBBs)) in ProcessBranchOnPHI()
1407 return DuplicateCondBranchOnPHIIntoPred(BB, BlocksToFoldInto); in ProcessBranchOnXOR()
1680 bool JumpThreadingPass::DuplicateCondBranchOnPHIIntoPred( in DuplicateCondBranchOnPHIIntoPred() function in JumpThreadingPass