/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/ |
PatternMatch.h | 962 BasicBlock *&Succ; 964 br_match(BasicBlock *&Succ) : Succ(Succ) {} 969 Succ = BI->getSuccessor(0); 976 inline br_match m_UnconditionalBr(BasicBlock *&Succ) { return br_match(Succ); } [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/ |
PatternMatch.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/ |
PatternMatch.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/ |
PatternMatch.h | [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/ |
PatternMatch.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
PatternMatch.h | 941 BasicBlock *&Succ; 942 br_match(BasicBlock *&Succ) : Succ(Succ) {} 947 Succ = BI->getSuccessor(0); 954 inline br_match m_UnconditionalBr(BasicBlock *&Succ) { return br_match(Succ); } [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/ |
PatternMatch.h | 962 BasicBlock *&Succ; 964 br_match(BasicBlock *&Succ) : Succ(Succ) {} 969 Succ = BI->getSuccessor(0); 976 inline br_match m_UnconditionalBr(BasicBlock *&Succ) { return br_match(Succ); } [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/ |
PatternMatch.h | 962 BasicBlock *&Succ; 964 br_match(BasicBlock *&Succ) : Succ(Succ) {} 969 Succ = BI->getSuccessor(0); 976 inline br_match m_UnconditionalBr(BasicBlock *&Succ) { return br_match(Succ); } [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/ |
PatternMatch.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/ |
PatternMatch.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/ |
PatternMatch.h | [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/ |
PatternMatch.h | [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Ropper.java | 860 int succ = successors.get(i); local 862 mergeAndWorkAsNecessary(succ, block.getLabel(), 865 ex.addContext("...while merging to block " + Hex.u2(succ)); 1780 int succ = successors.get(i); local [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
BranchFolding.cpp | 691 // are not immediately before Succ must have an unconditional branch to 692 // Succ added (but the predecessor/successor lists need no adjustment). 693 // The lone predecessor of Succ that falls through into Succ, [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
SsaBasicBlock.java | 604 SsaBasicBlock succ; local 606 succ = parent.getBlocks().get(i); 607 succ.addMoveToBeginning(result, source); [all...] |
/external/llvm/lib/Transforms/Utils/ |
CloneFunction.cpp | 377 for (const BasicBlock *Succ : TI->successors()) 378 ToClone.push_back(Succ); 602 // Move all the instructions in the succ to the pred.
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
ir3_ra.c | 792 struct ir3_block *succ = block->successors[j]; local 795 if (!succ) 798 succ_bd = succ->data;
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
SimplifyCFG.cpp | 107 /// AddPredecessorToBlock - Update PHI nodes in Succ to indicate that there will 110 /// ExistPred, an existing predecessor of Succ. 111 static void AddPredecessorToBlock(BasicBlock *Succ, BasicBlock *NewPred, 113 if (!isa<PHINode>(Succ->begin())) return; // Quick exit if nothing to do 116 for (BasicBlock::iterator I = Succ->begin(); 626 assert(TIV && "No edge from pred to succ?"); [all...] |
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoformat_mp42.c | 1345 gboolean succ = FALSE; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
basic-block.h | 485 #define EDGE_INDEX(el, pred, succ) (find_edge_index ((el), (pred), (succ))) 488 block which is either the pred or succ end of the indexed edge. */ [all...] |
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
IgdOpRn.ASL | 253 Name (SUCC, 1) // Exit result: Success
|
/external/llvm/include/llvm/Analysis/ |
IntervalIterator.h | 229 // If we were in the successor list from before... remove from succ list
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXInstrInfo.cpp | 131 /// 1. If this block ends with no branches (it just falls through to its succ)
|
/external/llvm/lib/Transforms/Scalar/ |
LoopUnrollPass.cpp | 489 for (BasicBlock *Succ : successors(BB)) 490 if (L->contains(Succ)) 491 BBWorklist.insert(Succ); 493 ExitWorklist.insert({BB, Succ}); [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
IntervalIterator.h | 220 // If we were in the successor list from before... remove from succ list
|