Home
last modified time | relevance | path

Searched defs:CondInst (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp849 bool EarlyCSE::handleBranchCondition(Instruction *CondInst, in handleBranchCondition()
923 auto *CondInst = dyn_cast<Instruction>(BI->getCondition()); in processNode() local
DJumpThreading.cpp1086 Instruction *CondInst = dyn_cast<Instruction>(Condition); in ProcessBlock() local
1659 if (auto *CondInst = dyn_cast<Instruction>(Cond)) { in ProcessThreadableEdges() local
DSimpleLoopUnswitch.cpp382 if (auto *CondInst = dyn_cast<Instruction>(BI.getCondition())) in unswitchTrivialBranch() local