/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 597 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
|
D | SimpleLoopUnswitch.cpp | 600 Value *LoopCond = SI.getCondition(); in unswitchTrivialSwitch() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
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
|
D | SimpleLoopUnswitch.cpp | 593 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/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 865 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond"); in EmitDoStmt() local
|
D | CGStmtOpenMP.cpp | 1862 const OMPExecutableDirective &S, bool RequiresCleanup, const Expr *LoopCond, in EmitOMPInnerLoop()
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 9140 func LoopCond(scope *Scope, input tf.Output) (output tf.Output) { func
|