Home
last modified time | relevance | path

Searched defs:LoopCond (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp451 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), in processCurrentLoop() local
460 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), in processCurrentLoop() local
495 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), in processCurrentLoop() local
643 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val) { in UnswitchIfProfitable()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp773 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt() local