Searched defs:Goto (Results 1 – 7 of 7) sorted by relevance
56 void RawMachineAssembler::Goto(RawMachineLabel* label) { in Goto() function in v8::internal::compiler::RawMachineAssembler
1036 BranchInst *Goto = cast<BranchInst>(IncomingBlock->getTerminator()); in replaceUseWithLoad() local
1385 Goto(BasicBlock *B, unsigned I) in Goto() function1387 Goto(const Goto &G, BasicBlock *B, unsigned I) in Goto() function
1126 void Goto(SsaEnv* from, SsaEnv* to) { in Goto() function in v8::internal::wasm::LR_WasmDecoder
167 class Goto(Node): class
5135 if (const GotoStmt *Goto = dyn_cast_or_null<GotoStmt>(S)) in clang_getCursorReferenced() local
211 void HBasicBlock::Goto(HBasicBlock* block, SourcePosition position, in Goto() function in v8::internal::HBasicBlock