Home
last modified time | relevance | path

Searched refs:processBranch (Results 1 – 9 of 9) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DCodeAnalyzer.java88 if (processBranch(op, ci, index, codeLength, stack, stackDepth, jsrDepth)) in visitBytecode()
99 private boolean processBranch(int opcode, CodeIterator ci, int index, in processBranch() method in CodeAnalyzer
/external/OpenCSD/decoder/source/ptm/
Dtrc_pkt_decode_ptm.cpp151 resp = processBranch(); in contProcess()
255 resp = processBranch(); in decodePacket()
393 ocsd_datapath_resp_t TrcPktDecodePtm::processBranch() in processBranch() function in TrcPktDecodePtm
/external/OpenCSD/decoder/include/opencsd/ptm/
Dtrc_pkt_decode_ptm.h133 ocsd_datapath_resp_t processBranch();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSubEngine.h68 virtual void processBranch(const Stmt *Condition, const Stmt *Term,
DExprEngine.h223 void processBranch(const Stmt *Condition, const Stmt *Term,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DPredicateInfo.h233 void processBranch(BranchInst *, BasicBlock *, SmallVectorImpl<Value *> &);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp392 void PredicateInfo::processBranch(BranchInst *BI, BasicBlock *BranchBB, in processBranch() function in llvm::PredicateInfo
502 processBranch(BI, BranchBB, OpsToRename); in buildPredicateInfo()
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp481 SubEng.processBranch(Cond, Term, Ctx, Pred, Dst, in HandleBranch()
DExprEngine.cpp1578 void ExprEngine::processBranch(const Stmt *Condition, const Stmt *Term, in processBranch() function in ExprEngine