Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A 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
H A DSimpleLoopUnswitch.cpp593 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dtestlib.cc393 Node* LoopCond(Graph* g, Node* input) { in LoopCond() function
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmt.cpp748 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt() local
H A DCGStmtOpenMP.cpp1275 const Stmt &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp701 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go23186 func LoopCond(scope *Scope, input tf.Output) (output tf.Output) { func