Searched defs:LoopCond (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 571 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
|
D | SimpleLoopUnswitch.cpp | 519 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local
|
/external/llvm/lib/Transforms/Scalar/ |
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
|
/external/tensorflow/tensorflow/core/graph/ |
D | testlib.cc | 393 Node* LoopCond(Graph* g, Node* input) { in LoopCond() function
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 748 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt() local
|
D | CGStmtOpenMP.cpp | 1275 const Stmt &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop()
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 9119 func LoopCond(scope *Scope, input tf.Output) (output tf.Output) { func
|