HomeSort by relevance Sort by last modified time
    Searched refs:Preds (Results 201 - 225 of 263) sorted by null

1 2 3 4 5 6 7 891011

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfo.h 164 BType *const *Preds, unsigned NumPreds);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnswitch.cpp 562 SmallVector<BasicBlock *, 4> Preds(pred_begin(ExitBlock),
568 SplitBlockPredecessors(ExitBlock, Preds.data(), Preds.size(),
572 SplitLandingPadPredecessors(ExitBlock, Preds, ".us-lcssa", ".us-lcssa",
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 106 __MINGW_EXTENSION __int64 Preds;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
dom.go 107 preds := func(b *Block) []Edge { return b.Preds }
112 return f.dominatorsLTOrig(f.Entry, preds, succs)
273 for _, e := range b.Preds {
loopbce.go 40 if b.Kind != BlockIf || len(b.Preds) != 2 {
107 if len(b.Succs[entry].b.Preds) != 1 {
nilcheck.go 92 if len(b.Preds) == 1 {
93 p := b.Preds[0].b
debug.go 377 var preds []*Block
378 for _, pred := range b.Preds {
380 preds = append(preds, pred.b)
384 if len(preds) > 0 {
385 p := preds[0]
399 if state.loggingEnabled && len(b.Preds) > 1 {
400 state.logf("Starting merge with state from %v: %v\n", b.Preds[0].b, state.BlockString(blockLocs[b.Preds[0].b.ID]))
402 for i := 1; i < len(preds); i++
    [all...]
rewrite.go 463 if len(b.Preds) > 1 {
467 b = b.Preds[0].b
488 if len(b.Preds) > 1 {
491 b = b.Preds[0].b
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
dom.go 107 preds := func(b *Block) []Edge { return b.Preds }
112 return f.dominatorsLTOrig(f.Entry, preds, succs)
273 for _, e := range b.Preds {
loopbce.go 40 if b.Kind != BlockIf || len(b.Preds) != 2 {
107 if len(b.Succs[entry].b.Preds) != 1 {
nilcheck.go 92 if len(b.Preds) == 1 {
93 p := b.Preds[0].b
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 373 /// ScalarEvolution::Preds folding set. This is why the \c add function is sound.
380 SmallVector<const SCEVPredicate *, 16> Preds;
388 return Preds;
406 unsigned getComplexity() const override { return Preds.size(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolution.h 373 /// ScalarEvolution::Preds folding set. This is why the \c add function is sound.
380 SmallVector<const SCEVPredicate *, 16> Preds;
388 return Preds;
406 unsigned getComplexity() const override { return Preds.size(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolution.h 373 /// ScalarEvolution::Preds folding set. This is why the \c add function is sound.
380 SmallVector<const SCEVPredicate *, 16> Preds;
388 return Preds;
406 unsigned getComplexity() const override { return Preds.size(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolution.h 380 /// ScalarEvolution::Preds folding set. This is why the \c add function is sound.
387 SmallVector<const SCEVPredicate *, 16> Preds;
396 return Preds;
414 unsigned getComplexity() const override { return Preds.size(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolution.h 380 /// ScalarEvolution::Preds folding set. This is why the \c add function is sound.
387 SmallVector<const SCEVPredicate *, 16> Preds;
396 return Preds;
414 unsigned getComplexity() const override { return Preds.size(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolution.h 380 /// ScalarEvolution::Preds folding set. This is why the \c add function is sound.
387 SmallVector<const SCEVPredicate *, 16> Preds;
396 return Preds;
414 unsigned getComplexity() const override { return Preds.size(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolution.h 380 /// ScalarEvolution::Preds folding set. This is why the \c add function is sound.
387 SmallVector<const SCEVPredicate *, 16> Preds;
396 return Preds;
414 unsigned getComplexity() const override { return Preds.size(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 373 /// ScalarEvolution::Preds folding set. This is why the \c add function is sound.
380 SmallVector<const SCEVPredicate *, 16> Preds;
388 return Preds;
406 unsigned getComplexity() const override { return Preds.size(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolution.h 373 /// ScalarEvolution::Preds folding set. This is why the \c add function is sound.
380 SmallVector<const SCEVPredicate *, 16> Preds;
388 return Preds;
406 unsigned getComplexity() const override { return Preds.size(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolution.h 373 /// ScalarEvolution::Preds folding set. This is why the \c add function is sound.
380 SmallVector<const SCEVPredicate *, 16> Preds;
388 return Preds;
406 unsigned getComplexity() const override { return Preds.size(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolution.h 380 /// ScalarEvolution::Preds folding set. This is why the \c add function is sound.
387 SmallVector<const SCEVPredicate *, 16> Preds;
396 return Preds;
414 unsigned getComplexity() const override { return Preds.size(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolution.h 380 /// ScalarEvolution::Preds folding set. This is why the \c add function is sound.
387 SmallVector<const SCEVPredicate *, 16> Preds;
396 return Preds;
414 unsigned getComplexity() const override { return Preds.size(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolution.h 380 /// ScalarEvolution::Preds folding set. This is why the \c add function is sound.
387 SmallVector<const SCEVPredicate *, 16> Preds;
396 return Preds;
414 unsigned getComplexity() const override { return Preds.size(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolution.h 380 /// ScalarEvolution::Preds folding set. This is why the \c add function is sound.
387 SmallVector<const SCEVPredicate *, 16> Preds;
396 return Preds;
414 unsigned getComplexity() const override { return Preds.size(); }
    [all...]

Completed in 1098 milliseconds

1 2 3 4 5 6 7 891011