HomeSort by relevance Sort by last modified time
    Searched refs:Taken (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
BranchProbabilityInfo.cpp 183 // leads directly to Return Instruction will not be taken.
241 BasicBlock *Taken = BI->getSuccessor(0);
250 std::swap(Taken, NonTaken);
252 BP->setEdgeWeight(BB, Taken, PH_TAKEN_WEIGHT);
258 // as taken, exiting edges as not-taken.
372 BasicBlock *Taken = BI->getSuccessor(0);
376 std::swap(Taken, NonTaken);
378 BP->setEdgeWeight(BB, Taken, ZH_TAKEN_WEIGHT);
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 411 BlockMass Taken = D.takeMass(W.Amount);
413 Working[W.TargetNode.Index].getMass() += Taken;
414 DEBUG(debugAssign(*this, D, W.TargetNode, Taken, nullptr));
423 OuterLoop->BackedgeMass[OuterLoop->getHeaderIndex(W.TargetNode)] += Taken;
424 DEBUG(debugAssign(*this, D, W.TargetNode, Taken, "back"));
430 OuterLoop->Exits.push_back(std::make_pair(W.TargetNode, Taken));
431 DEBUG(debugAssign(*this, D, W.TargetNode, Taken, "exit"));
790 BlockMass Taken = D.takeMass(W.Amount);
792 Working[W.TargetNode.Index].getMass() = Taken;
793 DEBUG(debugAssign(*this, D, W.TargetNode, Taken, nullptr))
    [all...]
ScalarEvolution.cpp 117 cl::desc("Verify ScalarEvolution's backedge taken counts (slow)"));
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
fastlog2.go 32 // Taken from math.Float64bits to avoid dependencies into package math.
  /prebuilts/go/linux-x86/src/runtime/
fastlog2.go 32 // Taken from math.Float64bits to avoid dependencies into package math.
  /prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder_test.go 17 poem = "The Road Not Taken\nRobert Frost\n" +
  /prebuilts/go/linux-x86/src/compress/flate/
dict_decoder_test.go 17 poem = "The Road Not Taken\nRobert Frost\n" +
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 276 /// Note that this does not imply that X is equal to the backedge taken
278 /// predicated backedge taken count of X, we only guarantee that {0,+,1} has
525 /// branch condition evaluates to the not-taken path. This is a temporary
679 EdgeInfo(BasicBlock *Block, const SCEV *Taken, SCEVUnionPredicate &P) :
680 ExitBlock(Block), Taken(Taken), Pred(std::move(P)) {}
686 const SCEV *Taken;
688 /// The SCEV predicated associated with Taken. If Pred doesn't evaluate
689 /// to true, the information in Taken is not valid (or equivalent with
694 /// Information about the backedge-taken count of a loop. This currentl
    [all...]
  /prebuilts/go/darwin-x86/test/
heapsampling.go 156 // Taken from src/cmd/pprof/internal/profile/legacy_profile.go
  /prebuilts/go/linux-x86/test/
heapsampling.go 156 // Taken from src/cmd/pprof/internal/profile/legacy_profile.go
  /external/regex-re2/lib/codereview/
codereview.py 822 cl.files = ChangedFiles(ui, repo, pats, taken=Taken(ui, repo))
846 def ChangedFiles(ui, repo, pats, taken=None):
847 taken = taken or {}
857 if f in taken:
858 ui.warn("warning: %s already in CL %s\n" % (f, taken[f].name))
865 if taken:
866 l = Sub(l, taken.keys())
876 def Taken(ui, repo)
    [all...]
  /external/boringssl/src/ssl/test/runner/
cipher_suites.go 449 // A list of the possible cipher suite ids. Taken from
  /prebuilts/go/darwin-x86/src/crypto/tls/
cipher_suites.go 367 // Taken from http://www.iana.org/assignments/tls-parameters/tls-parameters.xml
  /prebuilts/go/linux-x86/src/crypto/tls/
cipher_suites.go 367 // Taken from http://www.iana.org/assignments/tls-parameters/tls-parameters.xml
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 1169 /* Taken directly from the definition document for ELF64 */
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 1169 /* Taken directly from the definition document for ELF64 */
    [all...]

Completed in 257 milliseconds