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()
224 std::unordered_map<uint32_t, uint32_t>* postCallSB, in CloneSameBlockOps()
260 std::unordered_map<uint32_t, Instruction*>* preCallSB, in MoveInstsBeforeEntryBlock()
279 std::unordered_map<uint32_t, uint32_t>* callee2caller, in AddGuardBlock()
297 const std::unordered_map<uint32_t, uint32_t>& callee2caller, in AddStoresForVariableInitializers()
331 const std::unordered_map<uint32_t, uint32_t>& callee2caller, in InlineSingleInstruction()
365 const std::unordered_map<uint32_t, uint32_t>& callee2caller, in InlineReturn()
400 const std::unordered_map<uint32_t, uint32_t>& callee2caller, in InlineEntryBlock()
422 const std::unordered_map<uint32_t, uint32_t>& callee2caller, in InlineBasicBlocks()
452 std::unordered_map<uint32_t, Instruction*>* preCallSB, in MoveCallerInstsAfterFunctionCall()