Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp247 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), in processCurrentLoop() local
256 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), in processCurrentLoop() local
278 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), in processCurrentLoop() local
412 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val) { in UnswitchIfProfitable()
/external/clang/lib/CodeGen/
DCGStmt.cpp507 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt() local