Lines Matching refs:FunctionInvocationId
333 Function &F, Instruction *FunctionInvocationId,
337 Instruction *FunctionInvocationId,
343 Value *FunctionInvocationId, Value *&Label,
701 BasicBlock *BB, DebugLoc DL, Value *Threw, Value *FunctionInvocationId, in wrapTestSetjmp() argument
748 {ThrewPtr, FunctionInvocationId}, "label"); in wrapTestSetjmp()
1275 Instruction *FunctionInvocationId = in runSjLjOnFunction() local
1277 FunctionInvocationId->setDebugLoc(FirstDL); in runSjLjOnFunction()
1324 FunctionInvocationId}; in runSjLjOnFunction()
1331 handleLongjmpableCallsForEmscriptenSjLj(F, FunctionInvocationId, in runSjLjOnFunction()
1334 handleLongjmpableCallsForWasmSjLj(F, FunctionInvocationId, SetjmpRetPHIs); in runSjLjOnFunction()
1358 Function &F, Instruction *FunctionInvocationId, in handleLongjmpableCallsForEmscriptenSjLj() argument
1512 wrapTestSetjmp(BB, CI->getDebugLoc(), Threw, FunctionInvocationId, Label, in handleLongjmpableCallsForEmscriptenSjLj()
1553 Function &F, Instruction *FunctionInvocationId, in handleLongjmpableCallsForWasmSjLj() argument
1628 Value *Label = IRB.CreateCall(WasmSetjmpTestF, {EnvP, FunctionInvocationId}, in handleLongjmpableCallsForWasmSjLj()