Lines Matching defs:FunctionInvocationId
333 Function &F, Instruction *FunctionInvocationId,
337 Instruction *FunctionInvocationId,
343 Value *FunctionInvocationId, Value *&Label,
702 BasicBlock *BB, DebugLoc DL, Value *Threw, Value *FunctionInvocationId,
749 {ThrewPtr, FunctionInvocationId}, "label");
1278 Instruction *FunctionInvocationId =
1280 FunctionInvocationId->setDebugLoc(FirstDL);
1327 FunctionInvocationId};
1334 handleLongjmpableCallsForEmscriptenSjLj(F, FunctionInvocationId,
1337 handleLongjmpableCallsForWasmSjLj(F, FunctionInvocationId, SetjmpRetPHIs);
1361 Function &F, Instruction *FunctionInvocationId,
1515 wrapTestSetjmp(BB, CI->getDebugLoc(), Threw, FunctionInvocationId, Label,
1556 Function &F, Instruction *FunctionInvocationId,
1631 Value *Label = IRB.CreateCall(WasmSetjmpTestF, {EnvP, FunctionInvocationId},