/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/ |
CFG.h | 43 unsigned GetSuccessorNumber(const BasicBlock *BB, const BasicBlock *Succ);
|
BlockFrequencyInfoImpl.h | 440 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the 446 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight); 643 void addEdge(IrrNode &Irr, const BlockNode &Succ, [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/ |
CFG.h | 43 unsigned GetSuccessorNumber(const BasicBlock *BB, const BasicBlock *Succ);
|
BlockFrequencyInfoImpl.h | 440 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the 446 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight); 643 void addEdge(IrrNode &Irr, const BlockNode &Succ, [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/ |
CFG.h | 43 unsigned GetSuccessorNumber(const BasicBlock *BB, const BasicBlock *Succ);
|
BlockFrequencyInfoImpl.h | 440 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the 446 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight); 643 void addEdge(IrrNode &Irr, const BlockNode &Succ, [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
CFG.h | 43 unsigned GetSuccessorNumber(const BasicBlock *BB, const BasicBlock *Succ);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/ |
CFG.h | 43 unsigned GetSuccessorNumber(const BasicBlock *BB, const BasicBlock *Succ);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/ |
CFG.h | 43 unsigned GetSuccessorNumber(const BasicBlock *BB, const BasicBlock *Succ);
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/ |
CFG.h | 43 unsigned GetSuccessorNumber(const BasicBlock *BB, const BasicBlock *Succ);
|
BlockFrequencyInfoImpl.h | 440 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the 446 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight); 643 void addEdge(IrrNode &Irr, const BlockNode &Succ, [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/ |
CFG.h | 43 unsigned GetSuccessorNumber(const BasicBlock *BB, const BasicBlock *Succ);
|
BlockFrequencyInfoImpl.h | 440 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the 446 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight); 643 void addEdge(IrrNode &Irr, const BlockNode &Succ, [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/ |
CFG.h | 43 unsigned GetSuccessorNumber(const BasicBlock *BB, const BasicBlock *Succ);
|
BlockFrequencyInfoImpl.h | 440 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the 446 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight); 643 void addEdge(IrrNode &Irr, const BlockNode &Succ, [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/ |
CFG.h | 43 unsigned GetSuccessorNumber(const BasicBlock *BB, const BasicBlock *Succ);
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
plive.go | 567 // out[b] = \bigcup_{s \in succ[b]} in[s] 569 for _, succ := range b.Succs[1:] { 570 newliveout.Or(newliveout, lv.blockEffects(succ.Block()).livein) 1116 // bb#0 pred=1,2 succ=3,4 1124 fmt.Printf(" succ=") 1125 for j, succ := range b.Succs { 1129 fmt.Printf("%d", succ.Block().ID) [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
plive.go | 567 // out[b] = \bigcup_{s \in succ[b]} in[s] 569 for _, succ := range b.Succs[1:] { 570 newliveout.Or(newliveout, lv.blockEffects(succ.Block()).livein) 1116 // bb#0 pred=1,2 succ=3,4 1124 fmt.Printf(" succ=") 1125 for j, succ := range b.Succs { 1129 fmt.Printf("%d", succ.Block().ID) [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceCfgNode.cpp | 96 for (CfgNode *Succ : OutEdges) 97 Succ->InEdges.push_back(this); 256 for (CfgNode *Succ : OutEdges) { 258 for (Inst &I : Succ->Phis) { 697 for (CfgNode *Succ : OutEdges) { 698 const LivenessBV &LiveIn = Liveness->getLiveIn(Succ); 702 for (Inst &I : Succ->Phis) { [all...] |
/external/v8/src/compiler/ |
verifier.cc | 1539 BasicBlock* succ = block->SuccessorAt(s); local 1581 BasicBlock* succ = block->SuccessorAt(s); local [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
DeadStoresChecker.cpp | 97 if (const CFGBlock *succ = *i) 98 worklist.push_back(succ);
|
/external/llvm/include/llvm/CodeGen/ |
MachineTraceMetrics.h | 141 const MachineBasicBlock *Succ; 158 Pred(nullptr), Succ(nullptr),
|
/external/llvm/lib/CodeGen/ |
ScheduleDAGInstrs.cpp | [all...] |
/libcore/ojluni/src/main/java/java/util/concurrent/ |
ConcurrentLinkedDeque.java | 255 * - all live nodes are reachable from the first node via succ() 720 final Node<E> succ(Node<E> p) { method in class:ConcurrentLinkedDeque [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/ |
BlockFrequencyInfoImpl.h | 440 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the 446 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight); 643 void addEdge(IrrNode &Irr, const BlockNode &Succ, [all...] |