Lines Matching defs:uint32_t
143 std::unordered_map<uint32_t, uint32_t>* callee2caller) { in MapParams()
156 std::unordered_map<uint32_t, uint32_t>* callee2caller, in CloneAndMapLocals()
226 std::unordered_map<uint32_t, uint32_t>* postCallSB, in CloneSameBlockOps()
262 std::unordered_map<uint32_t, Instruction*>* preCallSB, in MoveInstsBeforeEntryBlock()
281 std::unordered_map<uint32_t, uint32_t>* callee2caller, in AddGuardBlock()
299 const std::unordered_map<uint32_t, uint32_t>& callee2caller, in AddStoresForVariableInitializers()
331 const std::unordered_map<uint32_t, uint32_t>& callee2caller, in InlineSingleInstruction()
366 const std::unordered_map<uint32_t, uint32_t>& callee2caller, in InlineReturn()
402 const std::unordered_map<uint32_t, uint32_t>& callee2caller, in InlineEntryBlock()
432 const std::unordered_map<uint32_t, uint32_t>& callee2caller, in InlineBasicBlocks()
467 std::unordered_map<uint32_t, Instruction*>* preCallSB, in MoveCallerInstsAfterFunctionCall()