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 D | LoopUnswitch.cpp | 594 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 D | SimpleLoopUnswitch.cpp | 593 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 566 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 D | testlib.cc | 393 Node* LoopCond(Graph* g, Node* input) { in LoopCond() function
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 748 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt() local
|
H A D | CGStmtOpenMP.cpp | 1275 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 D | SimpleLoopUnswitch.cpp | 701 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local
|
/aosp_15_r20/external/tensorflow/tensorflow/go/op/ |
H A D | wrappers.go | 23186 func LoopCond(scope *Scope, input tf.Output) (output tf.Output) { func
|