Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp571 static bool EqualityPropUnSafe(Value &LoopCond) { in EqualityPropUnSafe()
676 Value *LoopCond = in processCurrentLoop() local
717 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), in processCurrentLoop() local
727 Value *LoopCond; in processCurrentLoop() local
790 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), in processCurrentLoop() local
855 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val, in UnswitchIfProfitable()
1100 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), in TryTrivialLoopUnswitch() local
1134 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), in TryTrivialLoopUnswitch() local
DSimpleLoopUnswitch.cpp519 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp566 Value *LoopCond = in processCurrentLoop() local
601 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), in processCurrentLoop() local
610 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), in processCurrentLoop() local
645 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), in processCurrentLoop() local
710 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val, in UnswitchIfProfitable()
930 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), in TryTrivialLoopUnswitch() local
961 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), in TryTrivialLoopUnswitch() local
/external/tensorflow/tensorflow/core/graph/
Dtestlib.cc393 Node* LoopCond(Graph* g, Node* input) { in LoopCond() function
/external/clang/lib/CodeGen/
DCGStmt.cpp748 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt() local
DCGStmtOpenMP.cpp1275 const Stmt &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go9119 func LoopCond(scope *Scope, input tf.Output) (output tf.Output) { func