/external/chromium/chrome/browser/sync/engine/ |
syncapi.h | 742 // 2. Updates to existing items with synced parents & predecessors. 743 // 3. New items with synced parents & predecessors. 744 // 4. Items with parents & predecessors in |changes|. [all...] |
/external/llvm/lib/Target/ARM/ |
Thumb2SizeReduction.cpp | 187 // When CPSRDef is null, this refers to CPSR defs in predecessors. [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
PathProfiling.cpp | 295 // have multiple predecessors, and may or may not have its phiNode 599 // first iterate over successors then predecessors [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderQuote.cpp | 314 // Skip unattached predecessors to avoid having stale m_previous pointers
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
baselineoptimizer.py | 282 # See if all the immediate predecessors of the virtual root have the same expected result.
|
/external/chromium_org/v8/src/ |
hydrogen-bch.cc | 218 HBasicBlock* pre_header = header->predecessors()->at(0);
|
/external/chromium_org/v8/src/mips/ |
lithium-mips.cc | 797 } else if (block->predecessors()->length() == 1) { 801 HBasicBlock* pred = block->predecessors()->at(0); 818 HBasicBlock* pred = block->predecessors()->at(0); 834 // Pick up the outgoing argument count of one of the predecessors. [all...] |
/external/chromium_org/v8/src/x64/ |
lithium-x64.cc | 791 } else if (block->predecessors()->length() == 1) { 795 HBasicBlock* pred = block->predecessors()->at(0); 812 HBasicBlock* pred = block->predecessors()->at(0); 828 // Pick up the outgoing argument count of one of the predecessors. [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 117 /// Preds - The predecessors of this node.
|
/external/libpcap/ |
optimize.c | 302 * Assumes graph has been leveled and predecessors established. 539 * exit values can be propagated from a node's predecessors 1210 * We have no predecessors, so everything is undefined 1216 * Inherit values from our predecessors. [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
scilab.php | 170 'portr3d', 'portrait', 'power', 'ppol', 'prbs_a', 'predecessors', 'predef', 'print', 'printf',
|
/external/llvm/include/llvm/Transforms/Utils/ |
Local.h | 122 /// rewriting all the predecessors to branch to the successor block and return
|
/external/llvm/lib/Analysis/ |
ProfileEstimatorPass.cpp | 337 // Since the entry block is the first one and has no predecessors, the edge
|
/external/llvm/lib/CodeGen/ |
IfConversion.cpp | [all...] |
LiveRangeCalc.cpp | 308 // IDom dominates all of our predecessors, but it may not be their
|
LiveRangeCalc.h | 66 /// The live-out value passses through MBB. All predecessors must carry
|
README.txt | 40 Predecessors according to CFG: 0x8b0c5f0 (#3) 0x8b0a7c0 (#4)
|
/external/llvm/lib/Transforms/Scalar/ |
SimplifyCFGPass.cpp | 13 // * Removes basic blocks with no predecessors.
|
/external/llvm/test/Transforms/InstCombine/ |
crash.ll | 371 return: ; No predecessors!
|
/external/llvm/test/Transforms/LCSSA/ |
indirectbr.ll | 5 ; the loop, and the loop has exits with predecessors not within the loop
|
/external/llvm/test/Transforms/ScalarRepl/ |
crash.ll | 18 if.end: ; No predecessors!
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
main.java | 413 "register from its predecessors\nFULLMERGE: For each register that would be printed by " +
|
/external/v8/src/arm/ |
lithium-arm.cc | 919 } else if (block->predecessors()->length() == 1) { 923 HBasicBlock* pred = block->predecessors()->at(0); 940 HBasicBlock* pred = block->predecessors()->at(0); 952 // Pick up the outgoing argument count of one of the predecessors. [all...] |
/external/v8/src/ia32/ |
lithium-ia32.cc | 920 } else if (block->predecessors()->length() == 1) { 924 HBasicBlock* pred = block->predecessors()->at(0); 941 HBasicBlock* pred = block->predecessors()->at(0); 953 // Pick up the outgoing argument count of one of the predecessors. [all...] |
/external/v8/src/mips/ |
lithium-mips.cc | 919 } else if (block->predecessors()->length() == 1) { 923 HBasicBlock* pred = block->predecessors()->at(0); 940 HBasicBlock* pred = block->predecessors()->at(0); 952 // Pick up the outgoing argument count of one of the predecessors. [all...] |