Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp958 bool handleBranchCondition(Instruction *CondInst, const BranchInst *BI,
1191 bool EarlyCSE::handleBranchCondition(Instruction *CondInst, in handleBranchCondition() function in EarlyCSE
1370 Changed |= handleBranchCondition(CondInst, BI, BB, Pred); in processNode()