Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp597 static bool equalityPropUnSafe(Value &LoopCond) { in equalityPropUnSafe()
704 Value *LoopCond = findLIVLoopCondition(Guard->getOperand(0), CurrentLoop, in processCurrentLoop() local
747 Value *LoopCond = findLIVLoopCondition(BI->getCondition(), CurrentLoop, in processCurrentLoop() local
758 Value *LoopCond; in processCurrentLoop() local
821 Value *LoopCond = findLIVLoopCondition(SI->getCondition(), CurrentLoop, in processCurrentLoop() local
887 bool LoopUnswitch::unswitchIfProfitable(Value *LoopCond, Constant *Val, in unswitchIfProfitable()
1112 Value *LoopCond = findLIVLoopCondition(BI->getCondition(), CurrentLoop, in tryTrivialLoopUnswitch() local
1147 Value *LoopCond = findLIVLoopCondition(SI->getCondition(), CurrentLoop, in tryTrivialLoopUnswitch() local
DSimpleLoopUnswitch.cpp600 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp594 static bool EqualityPropUnSafe(Value &LoopCond) { in EqualityPropUnSafe()
699 Value *LoopCond = FindLIVLoopCondition(Guard->getOperand(0), currentLoop, in processCurrentLoop() local
741 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), currentLoop, in processCurrentLoop() local
752 Value *LoopCond; in processCurrentLoop() local
815 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), currentLoop, in processCurrentLoop() local
881 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val, in UnswitchIfProfitable()
1131 Value *LoopCond = FindLIVLoopCondition(BI->getCondition(), currentLoop, in TryTrivialLoopUnswitch() local
1166 Value *LoopCond = FindLIVLoopCondition(SI->getCondition(), currentLoop, in TryTrivialLoopUnswitch() local
DSimpleLoopUnswitch.cpp593 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/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp865 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt() local
DCGStmtOpenMP.cpp1862 const OMPExecutableDirective &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go9140 func LoopCond(scope *Scope, input tf.Output) (output tf.Output) { func